Add git and hg configs
This commit is contained in:
parent
c4a882feb2
commit
9f3dbabda9
3 changed files with 22 additions and 0 deletions
9
git/config
Normal file
9
git/config
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
[user]
|
||||||
|
name = Jeremy Kaplan
|
||||||
|
email = jeremydkaplan@gmail.com
|
||||||
|
[color]
|
||||||
|
ui = true
|
||||||
|
[push]
|
||||||
|
default = simple
|
||||||
|
[alias]
|
||||||
|
lg = log --oneline --graph --decorate
|
||||||
11
hg/.hgrc
Normal file
11
hg/.hgrc
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
[ui]
|
||||||
|
username = Jeremy Kaplan <jdkaplan@mit.edu>
|
||||||
|
[extensions]
|
||||||
|
color =
|
||||||
|
hgext.bookmarks =
|
||||||
|
shelve =
|
||||||
|
record =
|
||||||
|
[trusted]
|
||||||
|
users = hartz
|
||||||
|
[bookmarks]
|
||||||
|
track.current = True
|
||||||
|
|
@ -6,3 +6,5 @@
|
||||||
~/.config/i3status: i3status/
|
~/.config/i3status: i3status/
|
||||||
~/.config/zsh: zsh/
|
~/.config/zsh: zsh/
|
||||||
~/.zshrc: zsh/.zshrc
|
~/.zshrc: zsh/.zshrc
|
||||||
|
~/.hgrc: hg/.hgrc
|
||||||
|
~/.config/git/config: git/config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue