Clean home folder more
This commit is contained in:
4
setup.sh
4
setup.sh
@@ -38,7 +38,7 @@ fi
|
||||
touch ~/.hushlogin
|
||||
|
||||
# remove common files and symlink new files
|
||||
rm ~/.zshrc ~/.vimrc ~/.tmux.conf
|
||||
rm -r ~/.zshrc ~/.vimrc ~/.tmux.conf ~/.zsh.d ~/.gitconfig ~/.gitignore_global
|
||||
mkdir ~/.zsh.d
|
||||
ln -s ~/dotfiles/zsh/aliases ~/.zsh.d/aliases
|
||||
ln -s ~/dotfiles/zsh/functions ~/.zsh.d/functions
|
||||
@@ -54,4 +54,4 @@ read shell
|
||||
if [ "$shell" = "y" ]; then
|
||||
chsh -s /bin/zsh
|
||||
fi
|
||||
exit
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user