1
1
Fork 0

tweaked output of prep script and zsh_install

This commit is contained in:
david 2012-06-26 23:20:49 +02:00
parent 9bb3607405
commit 9959d17a14
2 changed files with 7 additions and 3 deletions

View File

@ -24,7 +24,9 @@ motdconfig()
rm /etc/update-motd.d/10*
rm /etc/update-motd.d/50*
read -p "\nnow its time to create/customize your /etc/motd.tail\n(http://www.network-science.de/ascii/)"
echo ""
read -p "now its time to create/customize your /etc/motd.tail
(http://www.network-science.de/ascii/)"
vi /etc/motd.tail
}

View File

@ -14,9 +14,11 @@ zshinstall()
rm -rf ~/.oh-my-zsh/custom/
cd ~/.oh-my-zsh/
git clone git://git.socialnerds.org/zshconfig.git custom
read -p "\nnow modify your ~/.zshrc to your needs"
echo ""
read -p "now modify your ~/.zshrc to your needs"
vi ~/.zshrc
read -p "\ntime to change your default shell to /bin/zsh"
echo ""
read -p "time to change your default shell to /bin/zsh"
sudo vi /etc/passwd
fi