β a Simplist & Minimalist theme for your favorite terminal.
β οΈ This theme better fit with Fira Code font.
I assume you have Oh My Zsh installed. If not, let's get it !
- Install
sm.zsh-theme
in~/.oh-my-zsh
folder:
# at the root of this repository
> source install.sh --zsh
- Update
ZSH_THEME
theme in your.zshrc
21 # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
22 ZSH_THEME="sm" # probably was ZSH_THEME="robbyrussell (default)
23
24 # Set list of themes to pick from when loading at random
# at the root of this repository
> source install.sh --bash
By default, smileys are enabled & there are 3 lines
13 local SM_WITH_SMILEYS=0;
13 local SM_WITH_SMILEYS=1;
16 local SM_PROMPT_LINES=2;
16 local SM_PROMPT_LINES=3;
Under MIT license.