A blatant rip-off of Git Super Status II Turbo: Hyper Fighting.
This version aims to replicate the design of Gondolin minus the time since last commit info.
You can configure this by modifying config.h.in
. The colors are handled by rang and should work pretty much everywhere, including Windows systems.
- Make sure you have the required dependencies. You need:
- libgit2
- cxxopts
- rang
- Install cmake.
- Clone this repository.
- Inside the cloned repo do
mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make cp git_status_prompt /usr/local/bin
- Add the following snippet to your
config.fish
function fish_prompt git_status_prompt -c --status $status end
MIT