A beautiful theme for Oh My Zsh framework, that will make your terminal look and feel amazing!
This zsh theme requires Powerline patched font in order for this theme to render properly. Instuctions on how to install are found in the Powerline documentation.
- Clone this repository to the Oh My Zsh custom themes folder:
$ cd ~
$ git clone https://github.com/snackk/snackkster-zsh-theme
$ mv snackkster-zsh-theme/snackkster.zsh-theme .oh-my-zsh/custom/themes/
$ rm -rf snackkster-zsh-theme
- Change theme on the zshrc file:
$ cd ~
$ nano .zshrc
$ ZSH_THEME="snackkster"
If the installation went as supposed the built in upgrade for Oh My Zsh should work with the following:
$ upgrade_oh_my_zsh
Problems usually happens if we tempered with the original structure.
$ cd ~/oh_my_zsh
$ git reset --hard
This ZSH theme is based on this project Agnoster.
Written by @snackk