From 2c5899d635d9aa8dc8daf742fa036c3505980726 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 5 Jan 2016 00:01:43 +0000 Subject: Disable push for some mr repos --- .mrconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.mrconfig') 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' -- cgit v1.2.3