Personal oh-my-zsh theme and custom functions.
Update the following in ~/.zshrc
- set drofloh as the theme
ZSH_THEME="drofloh"
- set custom directory to the one from this repo, eg:
ZSH_CUSTOM=~/src/github.com/drofloh/oh-my-zsh-custom/custom
- add battery to the list of plugins
plugins=(battery)
Requires a font with extra glyphs / icons added, such as Hack from Nerd Fonts.
Set the following in ~/.zshrc
- Enable / Disable RPROMPT
DROFLOH_THEME_RPROMPT=(true|false)
Defaults to true.
Terminal colours / inspriation from iterm2-material-design.