Minimal zsh theme to keep sanity in check
- Clone the repo
git clone https://github.com/luislve17/calma- Get in the folder
cd calma- Create a link to your oh-my-zsh themes folder
ln -s [/full/path/to/calma/]calma.zsh-theme ~/.oh-my-zsh/themes/calma.zsh-themePlease avoid using relative paths when creating symbolic links
- Use the theme from you .zshrc file
# ~/.zshrc
ZSH_THEME="calma"- Reset your terminal or source it again
source ~/.zshrc