diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-01-17 14:54:11 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-01-17 14:54:11 +0000 |
commit | 83560b5b4ba00df1552d14150ec5d7930e2bdd0a (patch) | |
tree | 9cea3c4fec2539707a591c6b8a81449472bd4740 /.mr | |
parent | 2dc9d4299442280e9e2b386de66507edc3d7b681 (diff) |
Improve install script
Diffstat (limited to '.mr')
-rw-r--r-- | .mr/mrconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.mr/mrconfig b/.mr/mrconfig index 33ea339..95f874e 100644 --- a/.mr/mrconfig +++ b/.mr/mrconfig @@ -1,24 +1,24 @@ -[dotfiles] +[.] checkout = git clone 'git@github.com:uvaes/dotfiles' 'dotfiles' -[dotfiles/.personal] +[.personal] checkout = git clone 'git@github.com:uvaes/personal' '.personal' -[dotfiles/.vim/vim-plug] +[.vim/vim-plug] checkout = git clone 'https://github.com/junegunn/vim-plug' 'vim-plug' skip = [ "$1" = push ] -[dotfiles/.mutt/solarized] +[.mutt/solarized] checkout = git clone 'https://github.com/altercation/mutt-colors-solarized' 'solarized' skip = [ "$1" = push ] -[dotfiles/.zsh/zgen] +[.zsh/zgen] checkout = git clone 'https://github.com/tarjoilija/zgen' 'zgen' skip = [ "$1" = push ] -[dotfiles/.passwords] +[.passwords] checkout = git clone 'urbain@urbainvaes.com:git/passwords.git' '.passwords' -[dotfiles/.urxvt/ext] +[.urxvt/ext] checkout = git clone 'https://github.com/muennich/urxvt-perls' 'ext' skip = [ "$1" = push ] |