mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-22 10:39: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
|
rm ~/.zshrc
|
||||||
ln -s ~/.dotfiles/zshrc ~/.zshrc
|
ln -s ~/.dotfiles/zshrc ~/.zshrc
|
||||||
touch ~/.dotfiles/credentials
|
|
||||||
touch ~/.dotfiles/zsh/device-specific
|
touch ~/.dotfiles/zsh/device-specific
|
||||||
sudo chsh -s $(which zsh) $USER
|
sudo chsh -s $(which zsh) $USER
|
||||||
echo "Include ~/.dotfiles/ssh/hosts" >> ~/.ssh/config
|
echo "Include ~/.dotfiles/ssh/hosts" >> ~/.ssh/config
|
||||||
|
Loading…
Reference in New Issue
Block a user