Split hg configs like git ones
This commit is contained in:
parent
4bcb505a96
commit
fe5aa8e458
7 changed files with 25 additions and 1 deletions
|
|
@ -5,7 +5,6 @@
|
|||
~/.config/nvim: neovim/
|
||||
~/.config/zsh: zsh/
|
||||
~/.config/user-dirs.dirs: etc/user-dirs.dirs
|
||||
~/.hgrc: hg/.hgrc
|
||||
~/.tmux.conf: tmux/.tmux.conf
|
||||
~/.vim: vim/
|
||||
~/.vimrc: vim/.vimrc
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
- link:
|
||||
~/.config/git/config: git/config-gmail
|
||||
~/.hgrc: hg/gmail.hgrc
|
||||
|
|
|
|||
11
hg/gmail.hgrc
Normal file
11
hg/gmail.hgrc
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[ui]
|
||||
username = Jeremy Kaplan <jeremydkaplan@gmail.com>
|
||||
[extensions]
|
||||
color =
|
||||
hgext.bookmarks =
|
||||
shelve =
|
||||
record =
|
||||
[trusted]
|
||||
users = hartz
|
||||
[bookmarks]
|
||||
track.current = True
|
||||
11
hg/metagram.hgrc
Normal file
11
hg/metagram.hgrc
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[ui]
|
||||
username = Jeremy Kaplan <jdkaplan@metagram.net>
|
||||
[extensions]
|
||||
color =
|
||||
hgext.bookmarks =
|
||||
shelve =
|
||||
record =
|
||||
[trusted]
|
||||
users = hartz
|
||||
[bookmarks]
|
||||
track.current = True
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
- link:
|
||||
~/.config/git/config: git/config-metagram
|
||||
~/.hgrc: hg/metagram.hgrc
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
- link:
|
||||
~/.config/git/config: git/config-mit
|
||||
~/.hgrc: hg/mit.hgrc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue