/calma

Minimal zsh theme to keep sanity in check

Primary LanguageShellMIT LicenseMIT

Calma

Minimal zsh theme to keep sanity in check

img

Installation

  1. Clone the repo
git clone https://github.com/luislve17/calma
  1. Get in the folder
cd calma
  1. 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

  1. Use the theme from you .zshrc file
# ~/.zshrc

ZSH_THEME="calma"
  1. Reset your terminal or source it again
source ~/.zshrc