Added gitignore (don't backup history)

This commit is contained in:
Jan Jastrow 2022-02-10 20:16:45 +01:00
parent f5b816a729
commit 986593e3ab
2 changed files with 3 additions and 1 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
.DS_Store
zsh/history
zsh/device-specific

View File

@ -2,7 +2,6 @@
rm ~/.zshrc
ln -s ~/.dotfiles/zshrc ~/.zshrc
touch ~/.dotfiles/credentials
touch ~/.dotfiles/zsh/device-specific
sudo chsh -s $(which zsh) $USER
echo "Include ~/.dotfiles/ssh/hosts" >> ~/.ssh/config