summaryrefslogtreecommitdiff
path: root/install.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'install.yaml')
-rw-r--r--install.yaml52
1 files changed, 0 insertions, 52 deletions
diff --git a/install.yaml b/install.yaml
deleted file mode 100644
index 1d56663..0000000
--- a/install.yaml
+++ /dev/null
@@ -1,52 +0,0 @@
-# Commands to install / uninstall symlinks
-commands:
- up: rm -rf {target} && mkdir -p $(dirname {target}) && ln -s {path}/{file} {target}
- down: rm -rf {target}
-
-
-# Default targets
-default:
- - bin
- - .bashrc
- - .gitconfig
- - .git_template
- - .inputrc
- - .latexmkrc
- - .mbsyncrc
- - .mutt
- - .msmtprc
- - .ncmpcpp
- - .surfraw.bookmarks
- - .tmux.conf
- - .urxvt
- - .vim
- - .vifm
- - .xinitrc
- - .Xresources
- - .zsh
-
-# Special targets
-special:
- .dunstrc: ~/.config/dunst/dunstrc
- .i3/config: ~/.config/i3/config
- .i3/i3status.conf: ~/.config/i3status/config
- .mr/mrconfig: ~/.mrconfig
- .mr/mrtrust: ~/.mrtrust
- .newsbeuter: ~/.config/newsbeuter
- .vim/vimrc: ~/.vimrc
- .qutebrowser: ~/.config/qutebrowser
- .qutebrowser/userscripts: ~/.local/share/qutebrowser/userscripts
- .passwords: ~/.password-store
- .zathurarc: ~/.config/zathura/zathurarc
- .zsh/zgen: ~/.zgen
- .zsh/zshrc: ~/.zshrc
-
-# Additional actions before symlink
-pre:
- .mutt: |
- mkdir -p {path}/.mutt/temp
- mkdir -p {path}/.mutt/cache
- mkdir -p {path}/.mutt/bodies
-
- .vim: |
- mkdir -p {path}/.vim/vimundo