Awesome
Calma
Minimal zsh theme to keep sanity in check
Installation
- 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-theme
Please 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