Clean home folder more

This commit is contained in:
2024-12-20 08:48:27 -08:00
parent af9b7d2dd1
commit ef48a37482

View File

@@ -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