diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-08-19 12:29:57 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-08-19 12:38:54 +0200 |
commit | 504321b84aca2ca20a869ffebb312b25c7ff2617 (patch) | |
tree | 746f396b36930e3037d4808800de7d4f4dc060aa /.mrconfig | |
parent | 5d36e3a6a82e316ead20c00e5e742cb4215d1c03 (diff) |
Store plugins in $HOME/dotfiles/plugins
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 |