1
1
Fork 0

added file to delete when installing zsh stuff

This commit is contained in:
david 2018-05-13 19:45:58 +02:00
parent 8720b13b72
commit 807d831197
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ rm -rf $HOME/.dotfiles.old
rm -rf $HOME/.myzsh
rm -rf $HOME/.oh-my-zsh
rm $HOME/.zshrc
rm $HOME/.zshrc.pre-oh-my-zsh
# invoke oh-my-zh installer
curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh | bash