https://github.com/fcamblor/oh-my-zsh-agnoster-fcamblor
https://github.com/fcamblor/oh-my-zsh-agnoster-fcamblor
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fcamblor/oh-my-zsh-agnoster-fcamblor
- Owner: fcamblor
- Created: 2014-11-18T13:22:58.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T17:38:36.000Z (over 7 years ago)
- Last Synced: 2025-03-24T08:42:39.495Z (8 months ago)
- Language: Shell
- Size: 1.11 MB
- Stars: 248
- Watchers: 6
- Forks: 58
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-zsh-plugins - agnoster (fcamblor) - Solarized [Agnoster](https://gist.github.com/agnoster/3712874) variant with `git` status information. Requires a unicode font and works best with a [solarized](https://github.com/altercation/solarized) terminal. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - agnoster (fcamblor) - Solarized 🌎 [Agnoster](gist.github.com/agnoster/3712874) variant with `git` status information. Requires a unicode font and works best with a <b><code> 15939⭐</code></b> <b><code> 3489🍴</code></b> [solarized](https://github.com/altercation/solarized)) terminal. (Themes / ZSH on Windows)
- awesome-zsh-plugins - agnoster-fcamblor - Solarized [Agnoster](https://gist.github.com/agnoster/3712874) variant with `git` status information. Requires a unicode font and works best with a [solarized](https://github.com/altercation/solarized) terminal. (Themes / Zinit (née zplugin))
README
# agnoster-fcamblor.zsh-theme
A ZSH theme optimized for people who use:
- Solarized
- Git
- Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)
For Mac users, I highly recommend iTerm 2 + Solarized Dark
# Install
- Run ``install`` script to copy theme to your ~/.oh-my-zsh folder
# Compatibility
**NOTE:** In all likelihood, you will need to install a [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts) for this theme to render correctly.
For iTerm 2 users, you have to set the font on : iTerm 2 -> Preferences -> Profiles -> Text and use one of the \*Powerline\* fonts :

To test if your terminal and font support it, check that all the necessary characters are supported by copying the following command to your terminal: `echo "⮀ ± ⭠ ➦ ✔ ✘ ⚡"`. The result should look like this:

## What does it show?
- If the previous command failed (✘)
- User @ Hostname (if user is not DEFAULT_USER, which can then be set in your profile)
- Working directory
- Git statuses
- Dirty working directory (orange / green)
- Branch (⭠) or detached head (➦)
- Current branch / SHA1 in detached head state
- Remote branch name (if you're tracking a remote branch)
- Number of commit ahead HEAD and behind remote tracking branch (remote tracking segment will be magenta if merge/rebase is needed)
