Skip to content

Instantly share code, notes, and snippets.

@giorrrgio
Created October 17, 2012 17:35
Show Gist options
  • Save giorrrgio/3906927 to your computer and use it in GitHub Desktop.
Save giorrrgio/3906927 to your computer and use it in GitHub Desktop.
Zsh
#open ~/.zshrc with your favourite editor
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="kolo"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git cap symfony2 npm node debian composer per-directory-history urltools)
curl -L https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh | sh
sudo apt-get install zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment