Skip to content

Instantly share code, notes, and snippets.

@mbauhardt
Last active December 15, 2015 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbauhardt/5286300 to your computer and use it in GitHub Desktop.
Save mbauhardt/5286300 to your computer and use it in GitHub Desktop.
a wrapper script which installs oh-my-zsh, oh-my-zsh-bootstrap plugin, download different third party plugins, enable some core and third party plugins and enable special theme
#!/bin/zsh
curl -L https://github.com/mbauhardt/oh-my-zsh-bootstrap/raw/master/tools/install.zsh | zsh
source $HOME/.zshrc
enable_plugin rvm
enable_plugin dircycle
enable_plugin git-extras
download_and_enable_plugin https://gist.github.com/5136962.git antw
download_and_enable_plugin https://gist.github.com/5331601.git myenv
download_and_enable_plugin git://github.com/zsh-users/zsh-syntax-highlighting.git zsh-syntax-highlighting
download_and_enable_theme https://gist.github.com/3806415.git agnoster-mbauhardt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment