diff options
-rw-r--r-- | .mr/mrconfig | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/.mr/mrconfig b/.mr/mrconfig index e4064d4..a2f1b40 100644 --- a/.mr/mrconfig +++ b/.mr/mrconfig @@ -1,8 +1,17 @@ [/home/urbain/dotfiles] -checkout = git clone 'urbain@urbainvaes.com:git/dotfiles.git' 'dotfiles' +checkout = git clone 'git@urbainvaes.com:dotfiles.git' 'dotfiles' +update = git pull origin master +push = git push origin master [/home/urbain/dotfiles/.personal] -checkout = git clone 'urbain@urbainvaes.com:git/perso/personal.git' '.personal' +checkout = git clone 'git@urbainvaes.com:private/personal.git' '.personal' +update = git pull origin master +push = git push origin master + +[/home/urbain/dotfiles/.passwords] +checkout = git clone 'git@urbainvaes.com:private/passwords.git' '.passwords' +update = git pull origin master +push = git push origin master [/home/urbain/dotfiles/.vim/vim-plug] checkout = git clone 'https://github.com/junegunn/vim-plug' 'vim-plug' @@ -16,9 +25,6 @@ skip = [ "$1" = push ] checkout = git clone 'https://github.com/tarjoilija/zgen' 'zgen' skip = [ "$1" = push ] -[/home/urbain/dotfiles/.passwords] -checkout = git clone 'urbain@urbainvaes.com:git/passwords.git' '.passwords' - [/home/urbain/dotfiles/.urxvt/ext] checkout = git clone 'https://github.com/muennich/urxvt-perls' 'ext' skip = [ "$1" = push ] |