blob: 066521dba5ac91af12396a101623b97aeca3ed20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[$HOME/dotfiles/plugins/fzf-marks]
checkout = git clone 'git@github.com:urbainvaes/fzf-marks'
update = git pull origin master
push = git push origin master
[$HOME/dotfiles/plugins/vim-remembrall]
checkout = git clone 'git@github.com:urbainvaes/vim-remembrall.git'
update = git pull origin master
push = git push origin master
[$HOME/dotfiles/plugins/vim-tmux-pilot]
checkout = git clone 'git@github.com:urbainvaes/vim-tmux-pilot.git'
update = git pull origin master
push = git saveandsync
|