summaryrefslogtreecommitdiff
path: root/install.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'install.yaml')
-rw-r--r--install.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/install.yaml b/install.yaml
index fa93411..b2e883c 100644
--- a/install.yaml
+++ b/install.yaml
@@ -1,6 +1,6 @@
# Commands to install / uninstall symlinks
commands:
- up: rm -rf {target} && ln -s {path}/{file} {target}
+ up: rm -rf {target} && mkdir -p $(dirname {target}) && ln -s {path}/{file} {target}
down: rm -rf {target}
@@ -13,8 +13,11 @@ default:
- .inputrc
- .latexmkrc
- .mbsyncrc
+ - .mutt
+ - .msmtprc
- .ncmpcpp
- .surfraw.bookmarks
+ - .tmux.conf
- .urxvt
- .vim
- .vifm
@@ -24,12 +27,11 @@ default:
# Special targets
special:
+ .dunstrc: ~/.config/dunst/dunstrc
.i3/config: ~/.config/i3/config
.i3/i3status.conf: ~/.config/i3status/config
.mr/mrconfig: ~/.mrconfig
.mr/mrtrust: ~/.mrtrust
- .msmtprc: ~/.msmptprc
- .tmux.conf: ~/.tmux.conf
.vim/vimrc: ~/.vimrc
.uzbl: ~/.config/uzbl
.uzbl/bookmarks: ~/.local/share/uzbl/bookmarks