aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2019-10-28 18:36:04 +0000
committerYann Herklotz <git@yannherklotz.com>2019-10-29 01:40:24 +0000
commit3f5e71b874f57276a5faf8a8644a94e42b7351a0 (patch)
treefbbafe0d4693b2746f68c09804fcc05c8a966268 /install.sh
parentddad4d93c2c765696b39f4ec66abb97a95526096 (diff)
downloaddotfiles-3f5e71b874f57276a5faf8a8644a94e42b7351a0.tar.gz
dotfiles-3f5e71b874f57276a5faf8a8644a94e42b7351a0.zip
Add termite install
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh7
1 files changed, 7 insertions, 0 deletions
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