update and clean

This commit is contained in:
Jeff Lance 2021-02-22 00:13:00 +01:00
parent a9b7e64bd9
commit 06a556ca15
6 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,4 @@
- link: - link:
~/.config/conky: ~/.config/conky:
path: conf.d/conky glob: true
path: conf.d/conky/*

View File

@ -1,6 +1,7 @@
- link: - link:
~/.config/kitty: ~/.config/kitty:
path: conf.d/kitty glob: true
path: conf.d/kitty/*
- shell: - shell:
- command: 'echo "\n# completion for kitty" >> $HOME/.oh-my-zsh/custom/zshrc.zsh' - command: 'echo "\n# completion for kitty" >> $HOME/.oh-my-zsh/custom/zshrc.zsh'

View File

@ -6,7 +6,8 @@
glob: true glob: true
path: conf.d/afew/* path: conf.d/afew/*
${HOME}/.config/alot: ${HOME}/.config/alot:
path: conf.d/alot glob: true
path: conf.d/alot/*
${HOME}/.mbsyncrc: ${HOME}/.mbsyncrc:
path: conf/mbsyncrc path: conf/mbsyncrc
${HOME}/.msmtprc: ${HOME}/.msmtprc:

View File

@ -1,3 +1,4 @@
- link: - link:
~/.ncmpcpp/config: ${HOME}/.config/ncmpcpp:
path: conf.d/ncmpcpp/config glob: true
path: conf.d/ncmpcpp/*

View File

@ -1,6 +1,7 @@
- link: - link:
${HOME}/.config/nvim: ${HOME}/.config/nvim:
path: conf.d/nvim glob: true
path: conf.d/nvim/*
- shell: - shell:
- command: '/bin/bash -c "$(which nvim) -es -u ${HOME}/.config/nvim/init.vim -i NONE -c PlugInstall -c qa || true"' - command: '/bin/bash -c "$(which nvim) -es -u ${HOME}/.config/nvim/init.vim -i NONE -c PlugInstall -c qa || true"'

View File

@ -1,4 +1,5 @@
- link: - link:
~/.config/polybar: ~/.config/polybar:
path: conf.d/polybar glob: true
path: conf.d/polybar/*