Skip to content

Instantly share code, notes, and snippets.

@ricardocabral
Created October 2, 2016 21:48
Show Gist options
  • Save ricardocabral/e6c47a75b380e6de9443863f2f47e2e0 to your computer and use it in GitHub Desktop.
Save ricardocabral/e6c47a75b380e6de9443863f2f47e2e0 to your computer and use it in GitHub Desktop.
Install Zsh and theme on remote servers
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