Last active
August 5, 2016 09:09
-
-
Save RoesWibowo/4a6714743a008cd1eae7487d19e02289 to your computer and use it in GitHub Desktop.
Install Oh My Zsh in Ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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