You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sample .bashrc (if not using bash use your shell init profile):
if [ -f~/.shundle/bundle/shundle/shundle ];then.~/.shundle/bundle/shundle/shundle
#let shundle manage shundle, required!
Bundle='javier-lopez/shundle'#options
SHUNDLE_ENV_COLOR=1
#from GitHub
Bundle='gh:javier-lopez/shundle-plugins/eternalize'
Bundle='github:javier-lopez/shundle-plugins/colorize:master'
Bundle='github:javier-lopez/shundle-plugins/autocd:f7916'
Bundle='https://github.com/javier-lopez/shundle-plugins/aliazator.git'
ALIAZATOR_PLUGINS="installed"#from non GitHub#Bundle='git://git.domain.com/rep.git'#from the web#Bundle='https://domain.com/awesome-script'#from the file system#Bundle='file://path/to/script'fi# Brief help# shundle list - list installed bundles# shundle install - install configured bundles# shundle search - search for foo in github (experimental)# shundle clean - confirm (or auto-approve) removal of unused bundles## run shundle without parameters for more details or see the wiki for FAQ#
Install configured bundles:
$ . ~/.bashrc
$ shundle install
$ . ~/.bashrc
Installation requires Git and triggers git clone for each configured repo to ~/.shundle/bundle/.
Uninstalling
If by any reason you dislike Shundle you can uninstall it by removing the top shundle directory:
$ rm -rf ~/.shundle
Please drop me an email with your suggestions or open an issue describing the problems you faced.