diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:29:51 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-12-27 15:29:51 -0200 |
commit | 914ae0c4a5b128969ec672abd7164a71c5a38788 (patch) | |
tree | 7432738563043de85782a50634ef3396566baa22 /modules/git | |
parent | d7ef11319f1d05e5dfb75c518823fc223287d69e (diff) | |
download | dotfiles-914ae0c4a5b128969ec672abd7164a71c5a38788.tar.gz dotfiles-914ae0c4a5b128969ec672abd7164a71c5a38788.tar.bz2 |
Removing git to convert it to a submodule
Diffstat (limited to 'modules/git')
-rw-r--r-- | modules/git/gitconfig.dot.link | 8 | ||||
-rw-r--r-- | modules/git/gitignore.dot.link | 1 | ||||
-rw-r--r-- | modules/git/gitk.dot.link | 36 |
3 files changed, 0 insertions, 45 deletions
diff --git a/modules/git/gitconfig.dot.link b/modules/git/gitconfig.dot.link deleted file mode 100644 index fcf1a66..0000000 --- a/modules/git/gitconfig.dot.link +++ /dev/null @@ -1,8 +0,0 @@ -[core] - excludesfile = ~/.gitignore - -[color] - ui = auto - -[include] - path = .custom/gitconfig diff --git a/modules/git/gitignore.dot.link b/modules/git/gitignore.dot.link deleted file mode 100644 index d9568ca..0000000 --- a/modules/git/gitignore.dot.link +++ /dev/null @@ -1 +0,0 @@ -*swp diff --git a/modules/git/gitk.dot.link b/modules/git/gitk.dot.link deleted file mode 100644 index 3fea100..0000000 --- a/modules/git/gitk.dot.link +++ /dev/null @@ -1,36 +0,0 @@ -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 {} |