diff --git a/setup.sh b/setup.sh index 4d3f60c..cb64298 100755 --- a/setup.sh +++ b/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 \ No newline at end of file +exit