diff options
-rw-r--r-- | .mrconfig | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,15 +6,19 @@ checkout = git clone 'git@github.com:uvaes/passwords' '.passwords' [dotfiles/.zsh/zgen] checkout = git clone 'https://github.com/tarjoilija/zgen' 'zgen' +push = [dotfiles/.vim/vim-plug] checkout = git clone 'https://github.com/junegunn/vim-plug' 'vim-plug' +push = [dotfiles/.urxvt/ext] checkout = git clone 'https://github.com/muennich/urxvt-perls' 'ext' +push = [dotfiles/.mutt/solarized] checkout = git clone 'https://github.com/altercation/mutt-colors-solarized' 'solarized' +push = [dotfiles/.personal] checkout = git clone 'git@github.com:uvaes/personal' '.personal' |