diff --git a/tig/.config/tig/config b/tig/.config/tig/config new file mode 100644 index 00000000..d2917e17 --- /dev/null +++ b/tig/.config/tig/config @@ -0,0 +1,4 @@ +# Make the foreground text easier to read with light background colors +color cursor black green bold +color title-focus black blue bold +color title-blur black blue bold diff --git a/tig/README.md b/tig/README.md new file mode 100644 index 00000000..8d826098 --- /dev/null +++ b/tig/README.md @@ -0,0 +1,15 @@ +# tig + +[tig][tig] is an ncurses interface for git. + +## Use Cases + +tig can be used to: + +- Browse git repositories easily + +You should not use tig if: + +- You should use tig. + +[tig]: https://github.com/jonas/tig