prompt.sh 239 B

123456789
  1. # setup user environment
  2. echo "\033[35;1mInstalling shell prompt \033[0m"
  3. sleep 3
  4. git clone git://github.com/bachy/dotfiles-server.git ~/.dotfiles-server && cd ~/.dotfiles-server && ./install.sh
  5. source ~/.bashrc
  6. echo "done"
  7. echo "* * *"