Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbaranski/jeff-zsh-theme
https://github.com/jbaranski/jeff-zsh-theme
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jbaranski/jeff-zsh-theme
- Owner: jbaranski
- License: mit
- Created: 2024-07-13T16:03:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-24T00:10:13.000Z (4 months ago)
- Last Synced: 2024-07-24T02:45:58.696Z (4 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - jeff (⭐0) - Includes decorators for user\@host, time, current directory and `git` status. Based on [bira (⭐171k)](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#bira). (Recently Updated / [Jul 16, 2024](/content/2024/07/16/README.md))
README
# jeff-zsh-theme
Based off of [bira](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#bira) ([src](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/bira.zsh-theme))## Manual installation
- Download `jeff.zsh-theme` from this repository, and move it into `~/.oh-my-zsh/custom/themes/`
- Edit `~/.zshrc` so that `ZSH_THEME=jeff` and save it
- Run `source ~/.zshrc`## Script installation
Run the following command:
```
rm -f ~/.oh-my-zsh/themes/jeff.zsh-theme && \
curl --output-dir ~/.oh-my-zsh/themes -O https://raw.githubusercontent.com/jbaranski/jeff-zsh-theme/main/jeff.zsh-theme && \
cat ~/.oh-my-zsh/themes/jeff.zsh-theme && \
source ~/.zshrc
```You can also `alias update_theme=` to create a zsh alias for updating the theme.