1
1
Fork 0

prep script. modified zsh install/config section

This commit is contained in:
david 2012-06-26 22:47:33 +02:00
parent 8f320d9195
commit 38a3e28efe
1 changed files with 3 additions and 0 deletions

View File

@ -24,7 +24,10 @@ zshinstall()
rm -rf ~/.oh-my-zsh/custom/
cd ~/.oh-my-zsh/
git clone git://git.socialnerds.org/zshconfig.git custom
read -p "now modify your ~/.zshrc to your needs"
vi ~/.zshrc
read -p "time to change your default shell to /bin/zsh"
sudo vi /etc/passwd
}