1
0
Fork 0

Update VCS configs

This commit is contained in:
Jeremy Kaplan 2017-09-24 22:01:55 -04:00 committed by Jeremy Kaplan
commit c94b978f3d
11 changed files with 11 additions and 66 deletions

View file

@ -4,7 +4,9 @@
- clean: ['~', '~/.config'] - clean: ['~', '~/.config']
- link: - link:
~/.hgrc: hg/.hgrc
~/.emacs.d: emacs/ ~/.emacs.d: emacs/
~/.config/git: git/
~/.config/nvim: neovim/ ~/.config/nvim: neovim/
~/.config/tako: tako/ ~/.config/tako: tako/
~/.config/zsh: zsh/ ~/.config/zsh: zsh/

View file

@ -7,7 +7,13 @@
default = simple default = simple
[alias] [alias]
lg = log --oneline --graph --decorate lg = log --oneline --graph --decorate
root = rev-parse --show-toplevel
[credential] [credential]
helper = cache helper = cache
[commit] [commit]
verbose = true verbose = true
[core]
excludesfile = /home/jdkaplan/.gitignore
[includeIf "gitdir:~/projects/"]
path = config-personal

View file

@ -1,13 +0,0 @@
[user]
name = Jeremy Kaplan
email = jeremydkaplan@gmail.com
[color]
ui = true
[push]
default = simple
[alias]
lg = log --oneline --graph --decorate
[credential]
helper = cache
[commit]
verbose = true

View file

@ -1,13 +0,0 @@
[user]
name = Jeremy Kaplan
email = jdkaplan@mit.edu
[color]
ui = true
[push]
default = simple
[alias]
lg = log --oneline --graph --decorate
[credential]
helper = cache
[commit]
verbose = true

3
git/config-personal Normal file
View file

@ -0,0 +1,3 @@
[user]
name = Jeremy Kaplan
email = jdkaplan@metagram.net

View file

@ -1,6 +0,0 @@
- shell:
- mkdir -p ~/.config/git
- link:
~/.config/git/config: git/config-gmail
~/.hgrc: hg/gmail.hgrc

View file

@ -1,11 +0,0 @@
[ui]
username = Jeremy Kaplan <jeremydkaplan@gmail.com>
[extensions]
color =
hgext.bookmarks =
shelve =
record =
[trusted]
users = hartz
[bookmarks]
track.current = True

View file

@ -1,11 +0,0 @@
[ui]
username = Jeremy Kaplan <jdkaplan@mit.edu>
[extensions]
color =
hgext.bookmarks =
shelve =
record =
[trusted]
users = hartz
[bookmarks]
track.current = True

View file

@ -1,6 +0,0 @@
- shell:
- mkdir -p ~/.config/git
- link:
~/.config/git/config: git/config-metagram
~/.hgrc: hg/metagram.hgrc

View file

@ -1,6 +0,0 @@
- shell:
- mkdir -p ~/.config/git
- link:
~/.config/git/config: git/config-mit
~/.hgrc: hg/mit.hgrc