https://github.com/jigsawye/elegant-zsh-theme
Elegant zsh theme
https://github.com/jigsawye/elegant-zsh-theme
Last synced: 2 months ago
JSON representation
Elegant zsh theme
- Host: GitHub
- URL: https://github.com/jigsawye/elegant-zsh-theme
- Owner: jigsawye
- Created: 2015-05-30T15:34:49.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-28T08:57:04.000Z (over 9 years ago)
- Last Synced: 2025-04-08T10:52:14.014Z (2 months ago)
- Size: 84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elegant-zsh-theme

- Terminal: [iTerm2](https://www.iterm2.com/)
- Color: [Tomorrow Night](https://github.com/chriskempson/tomorrow-theme/tree/master/iTerm2)
- Font: [Hack](http://sourcefoundry.org/hack/)## Installation
1. You will need to create this directory if it doesn't already exist:
```Shell
mkdir ~/.oh-my-zsh/custom/themes
```
Change to `oh-my-zsh` custom themes directory:```Shell
cd ~/.oh-my-zsh/custom/themes
```2. Download the .zsh-theme file to your themes directory, you can use curl:
```Shell
curl -O https://raw.githubusercontent.com/jigsawye/elegant-zsh-theme/master/elegant.zsh-theme
```
or wget:```Shell
wget https://raw.githubusercontent.com/jigsawye/elegant-zsh-theme/master/elegant.zsh-theme
```3. Change the `ZSH_THEME` of your .zshrc:
```Shell
...
ZSH_THEME="elegant"
...
```4. Restart your terminal application.