Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jbaranski/jeff-zsh-theme


https://github.com/jbaranski/jeff-zsh-theme

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

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))

Screenshot 2024-07-16 at 8 36 45 PM

## 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.