aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-12-27 15:29:46 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-12-27 15:29:46 -0200
commite9307eecfdab34b4616a0641e5d4217688055512 (patch)
tree98b7fe9a6d4cfc4466dc2e0353fd250c6289b47d
downloadgit-e9307eecfdab34b4616a0641e5d4217688055512.tar.gz
git-e9307eecfdab34b4616a0641e5d4217688055512.tar.bz2
Initial import
-rw-r--r--gitconfig.dot.link8
-rw-r--r--gitignore.dot.link1
-rw-r--r--gitk.dot.link36
3 files changed, 45 insertions, 0 deletions
diff --git a/gitconfig.dot.link b/gitconfig.dot.link
new file mode 100644
index 0000000..fcf1a66
--- /dev/null
+++ b/gitconfig.dot.link
@@ -0,0 +1,8 @@
+[core]
+ excludesfile = ~/.gitignore
+
+[color]
+ ui = auto
+
+[include]
+ path = .custom/gitconfig
diff --git a/gitignore.dot.link b/gitignore.dot.link
new file mode 100644
index 0000000..d9568ca
--- /dev/null
+++ b/gitignore.dot.link
@@ -0,0 +1 @@
+*swp
diff --git a/gitk.dot.link b/gitk.dot.link
new file mode 100644
index 0000000..3fea100
--- /dev/null
+++ b/gitk.dot.link
@@ -0,0 +1,36 @@
+set mainfont {{Nimbus Sans L} 11}
+set textfont {{nimbus mono l} 12}
+set uifont {{Serto Batnan} 12}
+set tabstop 8
+set findmergefiles 0
+set maxgraphpct 50
+set maxwidth 30
+set cmitmode patch
+set wrapcomment none
+set autoselect 1
+set autosellen 40
+set showneartags 1
+set hideremotes 0
+set showlocalchanges 1
+set datetimeformat {%Y-%m-%d %H:%M:%S}
+set limitdiffs 1
+set uicolor grey85
+set want_ttk 1
+set bgcolor white
+set fgcolor black
+set colors {green red blue magenta darkgrey brown orange}
+set diffcolors {red "#00a000" blue}
+set markbgcolor #e0e0ff
+set diffcontext 3
+set selectbgcolor gray85
+set extdifftool meld
+set perfile_attrs 0
+set geometry(main) 1364x713+0+19
+set geometry(state) normal
+set geometry(topwidth) 1364
+set geometry(topheight) 242
+set geometry(pwsash0) "628 1"
+set geometry(pwsash1) "773 1"
+set geometry(botwidth) 699
+set geometry(botheight) 466
+set permviews {}