Created
September 28, 2016 17:10
-
-
Save gerardreches/ff4f195c9e2511b1529bc90f353fdded to your computer and use it in GitHub Desktop.
Install oh-my-zsh with steeef theme on homestead
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
$ homestead ssh | |
$ sudo apt install zsh | |
$ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
$ vim ~/.zshrc | |
# Change | |
ZSH_THEME="steeef" | |
Press ESC, type :wq, press ENTER | |
$ exit | |
$ homestead ssh | |
# The theme should work |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment