Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kawamurakazushi/thyme
Simple standalone Zsh theme :herb:
https://github.com/kawamurakazushi/thyme
zplug zsh zsh-theme
Last synced: about 1 month ago
JSON representation
Simple standalone Zsh theme :herb:
- Host: GitHub
- URL: https://github.com/kawamurakazushi/thyme
- Owner: kawamurakazushi
- Created: 2017-10-08T02:50:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T02:33:20.000Z (over 3 years ago)
- Last Synced: 2024-05-01T15:23:46.368Z (10 months ago)
- Topics: zplug, zsh, zsh-theme
- Language: Shell
- Homepage:
- Size: 476 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Thyme
Simple standalone Zsh theme.
![screenshot](screenshots/thyme.png)
## Usage
### [Antigen](https://github.com/zsh-users/antigen)
``` zsh
antigen bundle kawamurakazushi/thyme
```### [zgen](https://github.com/tarjoilija/zgen)
``` zsh
zgen load kawamurakazushi/thyme
```### [zplug](https://github.com/b4b4r07/zplug)
``` zsh
zplug "kawamurakazushi/thyme"
```### [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh)
Clone this repository and make symbolic links to oh-my-zsh.
``` sh
git clone https://github.com/kawamurakazushi/thyme.git
cd thyme
ln -s "$PWD/thyme.plugin.zsh" ~/.oh-my-zsh/themes/thyme.zsh-theme
```Then select the theme in `.zshrc`:
``` zsh
ZSH_THEME="thyme"
```## License
Thyme is released under the MIT License.