This theme has a unique directory listing. When inside a Git project, the directory display is scoped to the current repository root.
- Ensure your
ZSH_CUSTOM
variable is set in your.zshrc
file (ZSH_CUSTOM=$HOME/.oh-my-zsh-custom
) - In your
ZSH_CUSTOM
add thesixlive.zsh-theme
tothemes/
- Activate the theme
ZSH_THEME="sixlive"
in your.zshrc
file
Custom theme directory example after install:
/Users/tjmiller/.oh-my-zsh-custom/
└── themes
└── sixlive.zsh-theme
I've included my iTerm colors scheme.
- Launch iTerm 2
- Type CMD+i (⌘+i)
- Navigate to Colors tab
- Click on Load Presets
- Click on Import
- Select the
sixlive.itermcolors
file - Click on Load Presets and choose the color scheme
I'm using Source Code Pro w/ powerline support.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.