Last active
August 29, 2015 14:09
-
-
Save pechitook/5d4dc8b802c7c9c8a009 to your computer and use it in GitHub Desktop.
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
#### 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