Last active
December 15, 2015 15:59
-
-
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
This file contains hidden or 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
#!/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