Skip to content

Instantly share code, notes, and snippets.

@pechitook
Last active August 29, 2015 14:09
Show Gist options
  • Save pechitook/5d4dc8b802c7c9c8a009 to your computer and use it in GitHub Desktop.
Save pechitook/5d4dc8b802c7c9c8a009 to your computer and use it in GitHub Desktop.
#### run this as root
# Install zsh
apt-get install -y zsh
# Install oh-my-zsh
curl -L http://install.ohmyz.sh | sh
# Change default shell from bash to zsh
command -v zsh | sudo tee -a /etc/shells
chsh -s "$(command -v zsh)" forge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment