From bcbc660a1e5d476ae582a8e3481f892728800c7d Mon Sep 17 00:00:00 2001 From: Bruno Date: Tue, 6 Aug 2013 18:38:12 -0300 Subject: [PATCH] Agnoster theme description. --- themes/agnoster/README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 themes/agnoster/README.md diff --git a/themes/agnoster/README.md b/themes/agnoster/README.md new file mode 100644 index 0000000..ab68e88 --- /dev/null +++ b/themes/agnoster/README.md @@ -0,0 +1,26 @@ +## agnoster + +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 + +![agnoster theme](https://f.cloud.github.com/assets/1765209/255379/452c668e-8c0b-11e2-8a8e-d1d13e57d15f.png) + + +#### Characteristics + +* If the previous command failed (✘) +* User @ Hostname (if user is not DEFAULT_USER, which can then be set in your profile) +* Git status +* Branch (⭠) or detached head (➦) +* Current branch / SHA1 in detached head state +* Dirty working directory (±, color change) +* Working directory +* Elevated (root) privileges (⚡) + + +Ported from https://gist.github.com/agnoster/3712874.