diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-01-05 00:12:44 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-01-05 00:12:44 +0000 |
commit | c7d8141ba1e62b3bfeba8a43c220cce8332a72a2 (patch) | |
tree | 23f09c425d9761afa2d4f9eee2b83742186253d5 /.mrconfig | |
parent | 2c5899d635d9aa8dc8daf742fa036c3505980726 (diff) |
[.mrconfig] Improve behaviour with skip
Diffstat (limited to '.mrconfig')
-rw-r--r-- | .mrconfig | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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' |