summaryrefslogtreecommitdiff
path: root/.mr/mrconfig
blob: a16892b868ae00979b7fe726ff9d7b13867ba9d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[/home/urbain/dotfiles]
checkout = git clone 'git@github.com:uvaes/dotfiles' 'dotfiles'

[/home/urbain/dotfiles/.personal]
checkout = git clone 'urbain@urbainvaes.com:git/perso/personal.git' '.personal'

[/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/.passwords]
checkout = git clone 'urbain@urbainvaes.com:git/passwords.git' '.passwords'

[/home/urbain/dotfiles/.urxvt/ext]
checkout = git clone 'https://github.com/muennich/urxvt-perls' 'ext'
skip = [ "$1" = push ]