Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sixlive/sixlive-zsh-theme
My ZSH Theme
https://github.com/sixlive/sixlive-zsh-theme
zsh zsh-theme
Last synced: 19 days ago
JSON representation
My ZSH Theme
- Host: GitHub
- URL: https://github.com/sixlive/sixlive-zsh-theme
- Owner: sixlive
- License: mit
- Created: 2017-10-09T15:22:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T12:14:23.000Z (over 5 years ago)
- Last Synced: 2024-10-09T11:22:36.933Z (30 days ago)
- Topics: zsh, zsh-theme
- Size: 767 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# sixlive zsh theme
This theme has a unique directory listing. When inside a Git project, the directory display is scoped to the current repository root.
## Preview
![Theme Screenshot](.docs/example.gif)
## Installation
1. Ensure your `ZSH_CUSTOM` variable is set in your `.zshrc` file (`ZSH_CUSTOM=$HOME/.oh-my-zsh-custom`)
2. In your `ZSH_CUSTOM` add the `sixlive.zsh-theme` to `themes/`
3. Activate the theme `ZSH_THEME="sixlive"` in your `.zshrc` fileCustom theme directory example after install:
```
/Users/tjmiller/.oh-my-zsh-custom/
└── themes
└── sixlive.zsh-theme
```## Colors
I've included my iTerm colors scheme.
1. Launch iTerm 2
2. Type CMD+i (⌘+i)
3. Navigate to Colors tab
4. Click on Load Presets
5. Click on Import
6. Select the `sixlive.itermcolors` file
7. Click on Load Presets and choose the color scheme## Font
I'm using [Source Code Pro](https://github.com/powerline/fonts/tree/master/SourceCodePro) w/ powerline support.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.