diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-03-10 14:29:06 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-03-10 14:29:06 +0000 |
commit | 3446f5387389b0e1671481c8a8fb9ea0eed519f6 (patch) | |
tree | 543bde435847c700507c3b229460b446f4a09028 /mr/mrconfig | |
parent | c9f80e43f431d89bbccd1ecc68c7b48fb8c01dd4 (diff) |
Remove . from dotfiles for convenience
Diffstat (limited to 'mr/mrconfig')
-rw-r--r-- | mr/mrconfig | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/mr/mrconfig b/mr/mrconfig new file mode 100644 index 0000000..a142ae8 --- /dev/null +++ b/mr/mrconfig @@ -0,0 +1,40 @@ +[/home/urbain/dotfiles] +checkout = git clone 'git@urbainvaes.com:dotfiles.git' 'dotfiles' +update = git pull origin master +push = git push origin master + +[/home/urbain/dotfiles/gitolite] +checkout = git clone 'git@urbainvaes.com:gitolite-admin.git' 'gitolite' +update = git pull origin master +push = git push origin master + +[/home/urbain/dotfiles/ledger] +checkout = git clone 'git@urbainvaes.com:private/ledger.git' 'ledger' +update = git pull origin master +push = git push origin master + +[/home/urbain/dotfiles/passwords] +checkout = git clone 'git@urbainvaes.com:private/passwords.git' 'passwords' +update = git pull origin master +push = git push origin master + +[/home/urbain/dotfiles/personal] +checkout = git clone 'git@urbainvaes.com:private/personal.git' 'personal' +update = git pull origin master +push = git push origin master + +[/home/urbain/dotfiles/vim/vim-plug] +checkout = git clone 'https://github.com/junegunn/vim-plug' 'vim-plug' +skip = [ "$1" = push ] + +[/home/urbain/dotfiles/mutt/solarized] +checkout = git clone 'https://github.com/altercation/mutt-colors-solarized' 'solarized' +skip = [ "$1" = push ] + +[/home/urbain/dotfiles/zsh/zgen] +checkout = git clone 'https://github.com/tarjoilija/zgen' 'zgen' +skip = [ "$1" = push ] + +[/home/urbain/dotfiles/urxvt/ext] +checkout = git clone 'https://github.com/muennich/urxvt-perls' 'ext' +skip = [ "$1" = push ] |