]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
tigrc: Add. Tig is the console equivalent of gitk.
authorSimon Ruderich <simon@ruderich.org>
Mon, 20 Apr 2009 15:52:46 +0000 (17:52 +0200)
committerSimon Ruderich <simon@ruderich.org>
Mon, 20 Apr 2009 15:53:40 +0000 (17:53 +0200)
Also create symbolic link in setup.sh

setup.sh
tigrc [new file with mode: 0644]

index fab36587ab10df2d6c53d4bbb5f0db801c0d5606..abdbc652f51d3590d9d0e7a7f585380900e0ed8c 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -8,6 +8,10 @@
 generate m4 gitconfig -DGITIGNORE=`pwd`/gitignore -DOS=`os`
 link gitconfig ~/.gitconfig
 
+if installed tig; then
+    link tigrc ~/.tigrc
+fi
+
 if installed hg; then
     link hgrc ~/.hgrc
     link hgignore ~/.hgignore
diff --git a/tigrc b/tigrc
new file mode 100644 (file)
index 0000000..7f116ad
--- /dev/null
+++ b/tigrc
@@ -0,0 +1,5 @@
+# tig configuration file.
+
+
+# Show the revision graph like gitk does.
+set show-rev-graph = yes