Skip to content

cviebrock/cviebrock-zsh-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

cviebrock oh-my-zsh theme

sample of cviebrock.theme for oh-my-zsh

Installation

  1. Install oh my zsh as per their instructions.

  2. Clone this repo into your the directory where you install your custom themes (I recommend you create a ~/.oh-my-zsh-custom/themes directory and install it there):

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

    # add this before loading the theme
    export DEFAULT_USER="your user name"
    ZSH_THEME="cviebrock/cviebrock"
    
    ZSH_CUSTOM=$HOME/.oh-my-zsh-custom
    
  4. Log out and in again.

  5. Enjoy!

About

My custom zsh theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages