summaryrefslogtreecommitdiff
path: root/.mrconfig
blob: 5f6d83228c943282dd79c0dd3ea971fdfb155590 (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
[$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 push origin master

[$HOME/dotfiles/plugins/vim-ripple]
checkout = git clone 'git@github.com:urbainvaes/vim-ripple.git'
update = git pull origin master
push = git push origin master

[$HOME/dotfiles/plugins/vim-darjeeling]
checkout = git clone 'git@github.com:urbainvaes/vim-darjeeling.git'
update = git pull origin master
push = git push origin master

[$HOME/dotfiles/plugins/vim-macaw]
checkout = git clone 'git@github.com:urbainvaes/vim-macaw.git'
update = git pull origin master
push = git push origin master

[$HOME/dotfiles/plugins/nvim-i3scratchpad]
checkout = git clone 'git@github.com:urbainvaes/nvim-i3scratchpad.git'
update = git pull origin master
push = git push origin master

[$HOME/dotfiles/plugins/urbainvaes]
checkout = git clone 'git@github.com:urbainvaes/urbainvaes.git'
update = git pull origin main
push = git push origin main