mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-22 02:29:57 +01:00
Added gitignore (don't backup history)
This commit is contained in:
parent
f5b816a729
commit
986593e3ab
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
.DS_Store
|
||||
zsh/history
|
||||
zsh/device-specific
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user