diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-01-05 00:01:43 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-01-05 00:01:43 +0000 |
commit | 2c5899d635d9aa8dc8daf742fa036c3505980726 (patch) | |
tree | 49b4924c4c148d9040fe1590e34d04b4591d36ad /.mrconfig | |
parent | 0b1ecf2d753b4891fa440afbbde3e14c9fdd6f70 (diff) |
Disable push for some mr repos
Diffstat (limited to '.mrconfig')
-rw-r--r-- | .mrconfig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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' |