diff options
author | Urbain Vaes <urbain@vaes.uk> | 2020-10-04 19:13:49 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2020-10-04 19:13:49 +0100 |
commit | 3a3321af173a73b158c606f0e2c3c3e0dece2cb9 (patch) | |
tree | 00075dc12714c8b128e2327542526ac0676820fc /.mrconfig | |
parent | ac7ba6d8aa7eb6ef384f10b7798bd01308beb970 (diff) | |
parent | 2c5e2b7a6667fd4e726bba3e50f9ccf6ce13bab3 (diff) |
Merge branch 'master' of https://github.com/urbainvaes/dotfiles
Diffstat (limited to '.mrconfig')
-rw-r--r-- | .mrconfig | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -11,4 +11,24 @@ 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 +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 |