From 3a6bb942c4daafa9465dbb53b8920ddfc9ede277 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 6 Jan 2019 16:24:37 +0000 Subject: Add install for bspwm --- install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index a5d8ad2..85dd475 100755 --- a/install.sh +++ b/install.sh @@ -56,6 +56,7 @@ for i in "$@"; do firefox) FIREFOX=1; NOT_ALL=1;; ncmpcpp) NCMPCPP=1; NOT_ALL=1;; mpd) MPD=1; NOT_ALL=1;; + bspwm) BSPWM=1; NOT_ALL=1;; *) print_help @@ -130,3 +131,11 @@ if [[ ! -z $MPD ]] || [[ -z $NOT_ALL ]]; then mk ~/.config/mpd ln_configs mpd/mpd.conf ~/.config/mpd/mpd.conf fi + +if [[ ! -z $BSPWM ]] || [[ -z $NOT_ALL ]]; then + echo "Installing bspwm config..." + mk ~/.config/bspwm + mk ~/.config/sxhkd + ln_configs bspwm/bspwmrc ~/.config/bspwm/bspwmrc + ln_configs sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc +fi -- cgit