An open API service indexing awesome lists of open source software.

https://github.com/calebowens/sherman-the-shell-config

My ZISHY things
https://github.com/calebowens/sherman-the-shell-config

Last synced: 4 months ago
JSON representation

My ZISHY things

Awesome Lists containing this project

README

          

# Sherman the shell config
This is my personal shell configuration. Its probably not very useful for anyone else, but I thought I'd put it in
version control with a way of loading it up.
## How to bootstrap sherman
1. Clone sherman into $HOME/sherman-the-shell-config
2. Copy `zshrc.sh` into `$HOME/.zshrc`
3. Source zshrc `source $HOME/.zshrc`
4. Reload sherman `sherman_reload`
## Loading configuration changes
Run `sherman_reload`.
If you've made changes to any shell files, it is prudent to run `sherman_reload` twice to ensure that its boostrapped
correctly.