diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-01-15 10:08:00 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-01-15 10:08:00 +0000 |
commit | 2dc9d4299442280e9e2b386de66507edc3d7b681 (patch) | |
tree | e8c5f89fc508bad1e61f152b774103a574396c56 /.mr/mrconfig | |
parent | f6b127215458a80424453d931e1d41a516f528bd (diff) |
Simplify install script
Diffstat (limited to '.mr/mrconfig')
-rw-r--r-- | .mr/mrconfig | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.mr/mrconfig b/.mr/mrconfig new file mode 100644 index 0000000..33ea339 --- /dev/null +++ b/.mr/mrconfig @@ -0,0 +1,24 @@ +[dotfiles] +checkout = git clone 'git@github.com:uvaes/dotfiles' 'dotfiles' + +[dotfiles/.personal] +checkout = git clone 'git@github.com:uvaes/personal' '.personal' + +[dotfiles/.vim/vim-plug] +checkout = git clone 'https://github.com/junegunn/vim-plug' 'vim-plug' +skip = [ "$1" = push ] + +[dotfiles/.mutt/solarized] +checkout = git clone 'https://github.com/altercation/mutt-colors-solarized' 'solarized' +skip = [ "$1" = push ] + +[dotfiles/.zsh/zgen] +checkout = git clone 'https://github.com/tarjoilija/zgen' 'zgen' +skip = [ "$1" = push ] + +[dotfiles/.passwords] +checkout = git clone 'urbain@urbainvaes.com:git/passwords.git' '.passwords' + +[dotfiles/.urxvt/ext] +checkout = git clone 'https://github.com/muennich/urxvt-perls' 'ext' +skip = [ "$1" = push ] |