Update VCS configs
This commit is contained in:
parent
ba84e391c3
commit
c94b978f3d
11 changed files with 11 additions and 66 deletions
|
|
@ -4,7 +4,9 @@
|
|||
- clean: ['~', '~/.config']
|
||||
|
||||
- link:
|
||||
~/.hgrc: hg/.hgrc
|
||||
~/.emacs.d: emacs/
|
||||
~/.config/git: git/
|
||||
~/.config/nvim: neovim/
|
||||
~/.config/tako: tako/
|
||||
~/.config/zsh: zsh/
|
||||
|
|
|
|||
|
|
@ -7,7 +7,13 @@
|
|||
default = simple
|
||||
[alias]
|
||||
lg = log --oneline --graph --decorate
|
||||
root = rev-parse --show-toplevel
|
||||
[credential]
|
||||
helper = cache
|
||||
[commit]
|
||||
verbose = true
|
||||
[core]
|
||||
excludesfile = /home/jdkaplan/.gitignore
|
||||
|
||||
[includeIf "gitdir:~/projects/"]
|
||||
path = config-personal
|
||||
|
|
@ -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
|
||||
|
|
@ -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
3
git/config-personal
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[user]
|
||||
name = Jeremy Kaplan
|
||||
email = jdkaplan@metagram.net
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
- shell:
|
||||
- mkdir -p ~/.config/git
|
||||
|
||||
- link:
|
||||
~/.config/git/config: git/config-gmail
|
||||
~/.hgrc: hg/gmail.hgrc
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
[ui]
|
||||
username = Jeremy Kaplan <jeremydkaplan@gmail.com>
|
||||
[extensions]
|
||||
color =
|
||||
hgext.bookmarks =
|
||||
shelve =
|
||||
record =
|
||||
[trusted]
|
||||
users = hartz
|
||||
[bookmarks]
|
||||
track.current = True
|
||||
11
hg/mit.hgrc
11
hg/mit.hgrc
|
|
@ -1,11 +0,0 @@
|
|||
[ui]
|
||||
username = Jeremy Kaplan <jdkaplan@mit.edu>
|
||||
[extensions]
|
||||
color =
|
||||
hgext.bookmarks =
|
||||
shelve =
|
||||
record =
|
||||
[trusted]
|
||||
users = hartz
|
||||
[bookmarks]
|
||||
track.current = True
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
- shell:
|
||||
- mkdir -p ~/.config/git
|
||||
|
||||
- link:
|
||||
~/.config/git/config: git/config-metagram
|
||||
~/.hgrc: hg/metagram.hgrc
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
- shell:
|
||||
- mkdir -p ~/.config/git
|
||||
|
||||
- link:
|
||||
~/.config/git/config: git/config-mit
|
||||
~/.hgrc: hg/mit.hgrc
|
||||
Loading…
Add table
Add a link
Reference in a new issue