Skip to content

Latest commit

 

History

History
executable file
·
31 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

executable file
·
31 lines (25 loc) · 1.11 KB

oh-my-zsh custom plugins

This README.md is executable

Simply download this file, review and edit the
git_ vars to match your preferences and run ./README.md
If you don't need to edit any vars you can simply run:

#----------------------------------

Variable Descriptions:

git transport should be either "https://github.com/" or "[email protected]:"
note the trailing / and : on those
git_user should be your git user name"
git_user_plugins_repo should be the name of your plugs repo if different
git_ohmyzsh_user should be "robbyrussell" 99.99% of the time
git_ohmyzsh_repo should be "oh-my-zsh" 99.99% of the time
git_transport="https://github.com/"
git_user="kernelsmith"
git_user_plugins_repo="zsh-custom-plugins"
git_ohmyzsh_user="robbyrussell"
git_ohmyzsh_repo="oh-my-zsh"
git clone ${git_transport}${git_ohmyzsh_user}/${git_ohmyzsh_repo}.git
cd ${git_ohmyzsh_repo}/custom
rm -rf plugins
git clone ${git_transport}${git_user}/${git_user_plugins_repo}.git plugins