diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-08-23 17:05:33 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-08-23 17:05:33 +0200 |
commit | c32c3bfce9e3ee3d0c5a436457b6e6d1c2811506 (patch) | |
tree | d157a471cc858cc4ea22417ce1e651d00dac1e40 /.mrconfig | |
parent | 97ae37f4c136138d0b603548bcd67ac38ec86db7 (diff) | |
parent | 0dbdefc7627eb3f62e6cf40034926271995abf75 (diff) |
Merge branch 'master' of git.vaes.uk:public/dotfiles
Diffstat (limited to '.mrconfig')
-rw-r--r-- | .mrconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.mrconfig b/.mrconfig new file mode 100644 index 0000000..0bfd216 --- /dev/null +++ b/.mrconfig @@ -0,0 +1,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-wintab] +checkout = git clone 'git@github.com:urbainvaes/vim-wintab.git' +update = git pull origin master +push = git saveandsync |