summaryrefslogtreecommitdiff
path: root/.mrconfig
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-01-05 00:01:43 +0000
committerUrbain Vaes <urbain@vaes.uk>2016-01-05 00:01:43 +0000
commit2c5899d635d9aa8dc8daf742fa036c3505980726 (patch)
tree49b4924c4c148d9040fe1590e34d04b4591d36ad /.mrconfig
parent0b1ecf2d753b4891fa440afbbde3e14c9fdd6f70 (diff)
Disable push for some mr repos
Diffstat (limited to '.mrconfig')
-rw-r--r--.mrconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.mrconfig b/.mrconfig
index a39bc25..a504c73 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -6,15 +6,19 @@ checkout = git clone 'git@github.com:uvaes/passwords' '.passwords'
[dotfiles/.zsh/zgen]
checkout = git clone 'https://github.com/tarjoilija/zgen' 'zgen'
+push =
[dotfiles/.vim/vim-plug]
checkout = git clone 'https://github.com/junegunn/vim-plug' 'vim-plug'
+push =
[dotfiles/.urxvt/ext]
checkout = git clone 'https://github.com/muennich/urxvt-perls' 'ext'
+push =
[dotfiles/.mutt/solarized]
checkout = git clone 'https://github.com/altercation/mutt-colors-solarized' 'solarized'
+push =
[dotfiles/.personal]
checkout = git clone 'git@github.com:uvaes/personal' '.personal'