Skip to content

Instantly share code, notes, and snippets.

@gerardreches
Created September 28, 2016 17:10
Show Gist options
  • Save gerardreches/ff4f195c9e2511b1529bc90f353fdded to your computer and use it in GitHub Desktop.
Save gerardreches/ff4f195c9e2511b1529bc90f353fdded to your computer and use it in GitHub Desktop.
Install oh-my-zsh with steeef theme on homestead
$ 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