diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-03-08 10:57:13 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-03-08 10:57:13 +0000 |
commit | d8c21e3fb1e0380c3c61265ea647b5365574059a (patch) | |
tree | 08a9a722946282a5fad9e6604f3171531aaf4a9b /.mr | |
parent | 848ab84fe8e9d207d1cfbda796d364e2342027ae (diff) |
Update mr configuration
Diffstat (limited to '.mr')
-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 ] |