Skip to content

Gabirel/agnoster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

agnoster for FISH

A fish theme optimized for people who use:

  • Solarized
  • Git

For Mac users, I highly recommend iTerm2 + Solarized Dark

Compatibility

NOTE: In all likelihood, you will need to install a Powerline-patched font for this theme to render correctly.

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:

Fish user: echo \ue0b0 \u00b1 \ue0a0 \u27a6 \u2718 \u2621 \u2699.

Bash or Zsh user: echo "\ue0b0 \u00b1 \ue0a0 \u27a6 \u2718 \u2621 \u2699".

The result should look like this:

Character Example

What does it show?

  • If the previous command failed (✘)
  • User (if user is not DEFAULT_USER, which can then be set in your profile). Without any @Hostname. It's useless and it wastes spaces.
  • Git status
    • Branch (branch-symbol) or detached head (➦)
    • Current branch / SHA1 in detached head state
    • Dirty working directory (±, color change)
  • Working directory
  • Elevated (root) privileges (☡ ) (NOTE: This is different from upstream because it may cause some issues. So I replaced it.)
  • Background jobs hints(⚙)
  • Time hints on the right
  • Square status

Screenshot

Releases

No releases published

Packages

No packages published

Languages