Skip to content

Instantly share code, notes, and snippets.

@waloriju
Last active December 21, 2015 02:58
Show Gist options
  • Save waloriju/15b353b456d89c5505ff to your computer and use it in GitHub Desktop.
Save waloriju/15b353b456d89c5505ff to your computer and use it in GitHub Desktop.
Definindo meu ZSH
#robbyrussell/oh-my-zsh
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
#Set zsh as your default shell:
chsh -s /bin/zsh
#Theme
mate .zshrc
#Edit
ZSH_THEME="agnoster"
#Terminal Backgrou-color
#002b36 solarized dark
#Edit .oh-my-zsh/themes/agnoster.zsh-theme
# comment line -> local user=`whoami`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment