summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.mrconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/.mrconfig b/.mrconfig
index a504c73..adaa875 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -6,19 +6,19 @@ checkout = git clone 'git@github.com:uvaes/passwords' '.passwords'
[dotfiles/.zsh/zgen]
checkout = git clone 'https://github.com/tarjoilija/zgen' 'zgen'
-push =
+skip = [ "$1" = push ]
[dotfiles/.vim/vim-plug]
checkout = git clone 'https://github.com/junegunn/vim-plug' 'vim-plug'
-push =
+skip = [ "$1" = push ]
[dotfiles/.urxvt/ext]
checkout = git clone 'https://github.com/muennich/urxvt-perls' 'ext'
-push =
+skip = [ "$1" = push ]
[dotfiles/.mutt/solarized]
checkout = git clone 'https://github.com/altercation/mutt-colors-solarized' 'solarized'
-push =
+skip = [ "$1" = push ]
[dotfiles/.personal]
checkout = git clone 'git@github.com:uvaes/personal' '.personal'