Skip to content

Instantly share code, notes, and snippets.

@RoesWibowo
Last active August 5, 2016 09:09
Show Gist options
  • Save RoesWibowo/4a6714743a008cd1eae7487d19e02289 to your computer and use it in GitHub Desktop.
Save RoesWibowo/4a6714743a008cd1eae7487d19e02289 to your computer and use it in GitHub Desktop.
Install Oh My Zsh in Ubuntu
apt-get install zsh git-core -y
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
chsh -s `which zsh`
sudo shutdown -r 0
curl -L https://raw.githubusercontent.com/zsh-users/antigen/master/antigen.zsh > antigen.zsh
source antigen.zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment