Skip to content

Instantly share code, notes, and snippets.

@nukesaq88
Last active May 28, 2018 16:35
Show Gist options
  • Save nukesaq88/9223470 to your computer and use it in GitHub Desktop.
Save nukesaq88/9223470 to your computer and use it in GitHub Desktop.
zsh install memo on CentOS6
#
echo installing zsh
sudo yum -y install zsh
#install oh-my-zsh
#git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
#cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
#change login shell
#chsh -s zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment