blob: a8a24bdbfcabe641f72e3538dc29fb90840a9f1e (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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 ]
|