Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grantbuster/buster_zsh_theme
A custom zsh theme.
https://github.com/grantbuster/buster_zsh_theme
Last synced: 3 months ago
JSON representation
A custom zsh theme.
- Host: GitHub
- URL: https://github.com/grantbuster/buster_zsh_theme
- Owner: grantbuster
- License: mit
- Created: 2020-12-19T16:53:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T17:49:39.000Z (7 months ago)
- Last Synced: 2024-06-23T04:55:55.171Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 331 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZSH Theme by Grant Buster
Yet another zsh theme. This one plays well with WSL2. Based loosely on Fox and Jonathan themes from oh-my-zsh.
Big thanks to u/romkatv for [his post](https://www.reddit.com/r/zsh/comments/cgbm24/multiline_prompt_the_missing_ingredient/) on how to make nice multi-line zsh promptsIncludes git and conda integration, hostname and working directory info, and custom colors for different hosts.
To install with oh-my-zsh:
```
git clone https://github.com/grantbuster/buster_zsh_theme.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/buster_zsh_theme
```And then in your .zshrc:
```
ZSH_THEME="buster_zsh_theme/buster"
```### Screenshot
![Screenshot](https://github.com/grantbuster/buster_zsh_theme/blob/main/screenshot.PNG)