https://github.com/davydovanton/excess.zsh-theme
Simple zsh color theme
https://github.com/davydovanton/excess.zsh-theme
Last synced: 4 months ago
JSON representation
Simple zsh color theme
- Host: GitHub
- URL: https://github.com/davydovanton/excess.zsh-theme
- Owner: davydovanton
- Created: 2015-08-18T10:41:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-18T21:12:19.000Z (almost 10 years ago)
- Last Synced: 2025-01-21T22:08:56.384Z (5 months ago)
- Size: 180 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# excess.zsh-theme
Simpe oh-my-zsh theme
## How to install
### Antigen
Add `antigen bundle davydovanton/excess.zsh-theme` to your `.zshrc`
### oh-my-zsh
Right now oh-my-zsh is not [adding more themes to the repo](https://github.com/robbyrussell/oh-my-zsh#dont-send-us-your-theme-for-now) so you'll have to:1. Download the theme into oh-my-zsh's custom themes directory:`$ mkdir -p $ZSH_CUSTOM/themes && curl https://raw.githubusercontent.com/davydovanton/excess.zsh-theme/master/excess.zsh-theme -o $ZSH_CUSTOM/themes/excess.zsh-theme`
2. Set the theme in your .zshrc file: `ZSH_THEME="excess"`### Zgen
Add `zgen load davydovanton/excess.zsh-theme` to your `.zshrc` with your other plugins and do a `zgen save`