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
- Host: GitHub
- URL: https://github.com/calebowens/sherman-the-shell-config
- Owner: calebowens
- Created: 2024-01-12T20:13:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-14T09:16:28.000Z (about 1 year ago)
- Last Synced: 2025-12-25T04:48:50.733Z (6 months ago)
- Language: Lua
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
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.