Created
October 2, 2016 21:48
-
-
Save ricardocabral/e6c47a75b380e6de9443863f2f47e2e0 to your computer and use it in GitHub Desktop.
Install Zsh and theme on remote servers
This file contains 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
sudo su | |
apt-get install zsh -y && curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh | |
wget https://gist.github.com/ricardocabral/0d431a9b78363b9457363df72f047eef/raw/219b0dabb56662a56ff749ae1c3e7020c0051001/mitsuhiko.zsh-theme -P ~/.oh-my-zsh/themes | |
sed -ri 's/robbyrussell/mitsuhiko/' ~/.zshrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment