Ultra minimal native zsh theme
So minimal it doesn't have any features at all
- It works
- Tiny
- Isn't dependent on functions from oh-my-zsh
- Tiny
- Did I mention tiny?
- Shows the git branch, that's it. No other git magic for you
Just curl/wget it to some location and then source it from your .zshrc
replace ~/to/the/theme/storage/minzsh.zsh-theme with wherever you want to store the theme file
curl https://raw.githubusercontent.com/barelyhuman/minzsh/main/minzsh.zsh-theme -Lo ~/to/the/theme/storage/minzsh.zsh-themewget -O ~/to/the/theme/storage/minzsh.zsh-theme https://raw.githubusercontent.com/barelyhuman/minzsh/main/minzsh.zsh-themeThen in your ~/.zshrc just source it
source~/to/the/theme/storage/minzsh.zsh-theme- iTerm2 Nord Theme/Rose Pine, Minimal Window Mode, Line spacing:124
- Font Martian Mono
The prompt can be configures with the below environment variables
| env | default | description |
|---|---|---|
MIN_BASE_COLOR | cyan | the color that dictates the color of the prompt when normal |
MIN_ERROR_COLOR | red | the color that dictates when a failed exit code is received |
MIN_PROMPT_SYMBOL | •➜ | the default prompt symbol |

