记录一下两个必备工具的安装。
aptitude -y install git-core
aptitude install curl
cat /etc/shells
查看当前系统可以使用哪些shell
aptitude -y install zsh
chsh -s /bin/zsh
chsh -s /bin/zsh [USERNAME]
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
vi ~/.zshrc
source ~/.zshrc