diff options
Diffstat (limited to '.mrconfig')
-rw-r--r-- | .mrconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.mrconfig b/.mrconfig new file mode 100644 index 0000000..352ccfa --- /dev/null +++ b/.mrconfig @@ -0,0 +1,18 @@ + +[dotfiles/.passwords] +checkout = git clone 'git@github.com:uvaes/passwords' '.passwords' + +[dotfiles/.zsh/zgen] +checkout = git clone 'https://github.com/tarjoilija/zgen' 'zgen' + +[dotfiles/.vim/vim-plug] +checkout = git clone 'https://github.com/junegunn/vim-plug' 'vim-plug' + +[dotfiles/.urxvt/ext] +checkout = git clone 'https://github.com/muennich/urxvt-perls' 'ext' + +[dotfiles/.mutt/solarized] +checkout = git clone 'https://github.com/altercation/mutt-colors-solarized' 'solarized' + +[dotfiles/.personal] +checkout = git clone 'git@github.com:uvaes/personal' '.personal' |