Skip to content

kernelsmith/zsh-custom-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 "git@github.com:"
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

About

custom plugins for oh-my-zsh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages