Skip to content

borracciaBlu/zsh_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZSH Scripts

Keep your .zshrc organized in ~/zsh_scripts and load them using ${ZSH_SCRIPTS}/bootstrap.

Inspired by Your ~/.bashrc doesn't have to be a mess and relative lobste.rs conversation.

# Clone the repo and remove .git dir
npx degit https://github.com/borracciaBlu/zsh_scripts ~/zsh_scripts
# To paste in .zshrc and load scipts
ZSH_SCRIPTS=~/zsh_scripts
[[ -r ${ZSH_SCRIPTS}/bootstrap ]] && . ${ZSH_SCRIPTS}/bootstrap

About

~/.zshrc doesn't have to be a mess

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages