Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.42 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.42 KB

snackster-zsh-theme

Oh My Zsh

Overview

A beautiful theme for Oh My Zsh framework, that will make your terminal look and feel amazing!

terminal

Prerequisites

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.

Installation

  • 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"

Update Oh My Zsh

If the installation went as supposed the built in upgrade for Oh My Zsh should work with the following:

$ upgrade_oh_my_zsh

Problems

Problems usually happens if we tempered with the original structure.

$ cd ~/oh_my_zsh
$ git reset --hard

Acknowledgements

This ZSH theme is based on this project Agnoster.

Written by @snackk