Some minor edits.

This commit is contained in:
Derek Taylor
2019-12-24 20:07:44 -06:00
parent cc6249d812
commit dbcf1f97cc
5 changed files with 67 additions and 29 deletions

View File

@@ -11,8 +11,10 @@
declare options=("awesome
bash
bspwm
doom.d/config.el
doom.d/init.el
dwm
emacs
emacs.d/init.el
herbstluftwm
i3
polybar
@@ -41,10 +43,16 @@ case "$choice" in
bspwm)
choice="$HOME/.config/bspwm/bspwmrc"
;;
doom.d/config.el)
choice="$HOME/.doom.d/config.el"
;;
doom.d/init.el)
choice="$HOME/.doom.d/init.el"
;;
dwm)
choice="$HOME/dwm/config.h"
;;
emacs)
emacs.d/init.el)
choice="$HOME/.emacs.d/init.el"
;;
herbstluftwm)