https://github.com/mateus/mateus-zsh-theme
Zsh theme
https://github.com/mateus/mateus-zsh-theme
zsh zsh-theme
Last synced: 16 days ago
JSON representation
Zsh theme
- Host: GitHub
- URL: https://github.com/mateus/mateus-zsh-theme
- Owner: mateus
- Created: 2017-09-23T00:20:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T00:44:19.000Z (over 8 years ago)
- Last Synced: 2025-03-06T14:50:59.900Z (over 1 year ago)
- Topics: zsh, zsh-theme
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mateus-zsh-theme

### Install
> Requires https://github.com/robbyrussell/oh-my-zsh
Copy `mateus.zsh-theme` to `~/.oh-my-zsh/themes`
```
$ ~/.oh-my-zsh/themes/mateus.zsh-theme
```
Change the theme in `~/.zshrc`
```
ZSH_THEME="mateus"
. . .
```
Load `~/.zshrc`
```
$ source ~/.zshrc
```