https://github.com/danasilver/ag.zsh
My zsh prompt.
https://github.com/danasilver/ag.zsh
zsh zsh-theme
Last synced: 11 months ago
JSON representation
My zsh prompt.
- Host: GitHub
- URL: https://github.com/danasilver/ag.zsh
- Owner: danasilver
- License: mit
- Created: 2014-07-05T05:17:38.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-05T05:49:57.000Z (almost 12 years ago)
- Last Synced: 2025-01-06T00:41:55.342Z (over 1 year ago)
- Topics: zsh, zsh-theme
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### My zsh prompt
A clean, minimal prompt with return status, current directory, git branch and
git dirty/clean indicator.

### Install
```sh
$ git clone https://github.com/danasilver/ag.zsh.git
$ cp ag.zsh/ag.zsh-theme ~/.oh-my-zsh/themes
```
Then set `ZSH_THEME` in your `.zshrc` to `"AG"`.
### License
The MIT License