diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-04-20 12:40:55 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-04-20 12:40:55 +0100 |
commit | 62b400f83e4820e2cad6b9ae5153b1ba19e84297 (patch) | |
tree | 47b169094fbb3a8af54966200b09025d86ce6ada /mr | |
parent | e146e947c52ac4adbe426b3f893faff1e46ed5f8 (diff) |
Use submodules instead of mr
Diffstat (limited to 'mr')
-rw-r--r-- | mr/mrconfig | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/mr/mrconfig b/mr/mrconfig index 7299c7e..541a614 100644 --- a/mr/mrconfig +++ b/mr/mrconfig @@ -13,28 +13,12 @@ checkout = git clone 'git@urbainvaes.com:private/ledger.git' 'ledger' update = git pull origin master push = git push origin master -[$HOME/.password-store] -checkout = git clone 'git@urbainvaes.com:private/passwords.git' '.password-store' -update = git pull origin master -push = git push origin master - [$HOME/personal] checkout = git clone 'git@urbainvaes.com:private/personal.git' 'personal' update = git pull origin master push = git push origin master -[$HOME/.vim/vim-plug] -checkout = git clone 'https://github.com/junegunn/vim-plug' 'vim-plug' -skip = [ "$1" = push ] - -[$HOME/.mutt/solarized] -checkout = git clone 'https://github.com/altercation/mutt-colors-solarized' 'solarized' -skip = [ "$1" = push ] - -[$HOME/.zsh/zgen] -checkout = git clone 'https://github.com/tarjoilija/zgen' 'zgen' -skip = [ "$1" = push ] - -[$HOME/.urxvt/ext] -checkout = git clone 'https://github.com/muennich/urxvt-perls' 'ext' -skip = [ "$1" = push ] +[$HOME/.password-store] +checkout = git clone 'git@urbainvaes.com:private/passwords.git' '.password-store' +update = git pull origin master +push = git push origin master |