diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-12-11 01:36:43 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-12-11 01:36:43 +0000 |
commit | 89454a326e97597967a4bec8bb979797b927557c (patch) | |
tree | deb5ae34dd2fdcc44252e0000eec2e57558e7b86 /.mrconfig | |
parent | 5d2bf58c850b28089931b86ac6b794babcb0fd34 (diff) |
Remove submodules (Use mr instead)
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' |