Pushing some dotfile edits.

This commit is contained in:
Derek Taylor
2020-05-12 01:04:10 -05:00
parent 813e7862ec
commit ab560d1cf9
13 changed files with 70 additions and 147 deletions

View File

@@ -24,6 +24,8 @@ i3
neovim
polybar
qtile
quickmarks
qutebrowser
spectrwm
st
stumpwm
@@ -94,6 +96,12 @@ case "$choice" in
qtile)
choice="$HOME/.config/qtile/config.py"
;;
quickmarks)
choice="$HOME/.config/qutebrowser/quickmarks"
;;
qutebrowser)
choice="$HOME/.config/qutebrowser/autoconfig.yml"
;;
spectrwm)
choice="$HOME/.spectrwm.conf"
;;