The schminitz theme is great and simple. I've updated it the Agnoster theme to mimic the look of schminitz, while keeping the support for Git and Powerline patched fonts.
I personally use iTerm 2 with One Dark colors.
NOTE: In all likelihood, you will need to install a Powerline-patched font for this theme to render correctly.
I use Fira Code, which is nice becuase it's clean, is Powerline-patched, and uses ligatures.
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 "\ue0b0 \u00b1 \ue0a0 \u27a6 \u2718 \u26a1 \u2699"
. The result should look like this:
- If the previous command failed (✗)
- User @ Hostname (if user is not DEFAULT_USER, which can then be set in your profile). This is currently disabled by default and can be enabled.
- Git status
- Branch () or detached head (➦)
- Current branch / SHA1 in detached head state
- Dirty working directory (±, color change)
- Working directory
- Elevated (root) privileges (⚡)
This theme and readme was adapted from the Agnoster theme files.