From 454d1887a62ec9ca195b4c2c432a50fc9b63d815 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 28 Oct 2019 18:36:04 +0000 Subject: Add termite install --- install.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/install.sh b/install.sh index 7a412cb..d43483f 100755 --- a/install.sh +++ b/install.sh @@ -58,6 +58,7 @@ for i in "$@"; do mpd) MPD=1; NOT_ALL=1;; bspwm) BSPWM=1; NOT_ALL=1;; rofi) ROFI=1; NOT_ALL=1;; + rofi) TERMITE=1; NOT_ALL=1;; *) print_help @@ -146,3 +147,9 @@ if [[ ! -z $ROFI ]] || [[ -z $NOT_ALL ]]; then mk ~/.config/rofi ln_configs rofi/config ~/.config/rofi/config fi + +if [[ ! -z $TERMITE ]] || [[ -z $NOT_ALL ]]; then + echo "Installing termite config..." + mk ~/.config/termite + ln_configs termite/config ~/.config/termite/config +fi -- cgit