summaryrefslogtreecommitdiff
path: root/.mrconfig
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-01-06 00:58:31 +0000
committerUrbain Vaes <urbain@vaes.uk>2016-01-06 00:58:31 +0000
commit987018b2f5b9be0a075aa82ff1cdb171a8cfec15 (patch)
tree80f39eca471822546c880ea30988df372583b557 /.mrconfig
parent47472c0675980abf8fdf3f7170475ad03678ad60 (diff)
Update mrconfig
Diffstat (limited to '.mrconfig')
-rw-r--r--.mrconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/.mrconfig b/.mrconfig
index adaa875..ad60854 100644
--- a/.mrconfig
+++ b/.mrconfig
@@ -1,24 +1,24 @@
-[dotfiles]
+[.]
checkout = git clone 'git@github.com:uvaes/dotfiles' 'dotfiles'
-[dotfiles/.passwords]
+[.passwords]
checkout = git clone 'git@github.com:uvaes/passwords' '.passwords'
-[dotfiles/.zsh/zgen]
+[.zsh/zgen]
checkout = git clone 'https://github.com/tarjoilija/zgen' 'zgen'
skip = [ "$1" = push ]
-[dotfiles/.vim/vim-plug]
+[.vim/vim-plug]
checkout = git clone 'https://github.com/junegunn/vim-plug' 'vim-plug'
skip = [ "$1" = push ]
-[dotfiles/.urxvt/ext]
+[.urxvt/ext]
checkout = git clone 'https://github.com/muennich/urxvt-perls' 'ext'
skip = [ "$1" = push ]
-[dotfiles/.mutt/solarized]
+[.mutt/solarized]
checkout = git clone 'https://github.com/altercation/mutt-colors-solarized' 'solarized'
skip = [ "$1" = push ]
-[dotfiles/.personal]
+[.personal]
checkout = git clone 'git@github.com:uvaes/personal' '.personal'