/.oh-my-zsh-custom

Custom Oh-My-ZSH configuration and theme

Primary LanguageShell

Custom Oh-My-ZSH configuration and theme

This is a personal project to make it easy for me to set up my super-fancy oh my zsh theme on any new server I deploy.

![sample of j4yi.theme for oh-my-zsh]

Requires

  1. Homebrew
  2. Powerline-Font

Installation

  1. Install oh my zsh as per their instructions.

  2. Clone this repo into your home directory:

    cd ~
    git clone https://github.com/MarcelRittershaus/.oh-my-zsh-custom
    
  3. Edit the following entries in your ~/.zshrc file:

    ZSH_THEME="j4yi"
    ZSH_CUSTOM=$HOME/.oh-my-zsh-custom
    
  4. Log out and in again.

  5. Enjoy!