summaryrefslogtreecommitdiff
path: root/.mrconfig
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2020-10-02 10:18:25 +0100
committerUrbain Vaes <urbain@vaes.uk>2020-10-02 10:18:25 +0100
commitf45ea107bed6d6c410b7ebfee691bdbaf51947e6 (patch)
tree5f9b11a4158c24795d68bcc649c29811d2519789 /.mrconfig
parent93eab33d13f8f30c8ba0088f20721d14c981fd16 (diff)
parent96bfc178286b367b14e6287b3ae6dc57f3e6e2f6 (diff)
Merge branch 'master' of localhost:public/dotfiles into master
Diffstat (limited to '.mrconfig')
-rw-r--r--.mrconfig22
1 files changed, 21 insertions, 1 deletions
diff --git a/.mrconfig b/.mrconfig
index 066521d..f88dd35 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -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