From ef48a37482e61646e3ad1bf59a6fcdcf660aeb33 Mon Sep 17 00:00:00 2001 From: Stephen Parkinson Date: Fri, 20 Dec 2024 08:48:27 -0800 Subject: [PATCH] Clean home folder more --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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