From 02fcba5a27940a2d0f7947a82a18163065bf2a76 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 7 Jan 2019 00:08:04 +0000 Subject: Remove mozilla from install for now --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 85dd475..b973b97 100755 --- a/install.sh +++ b/install.sh @@ -116,7 +116,7 @@ fi if [[ ! -z $FIREFOX ]] || [[ -z $NOT_ALL ]]; then echo "Installing firefox config..." - ln_configs firefox/userChrome.css ~/.mozilla/firefox/1ye8etqv.default/chrome/userChrome.css + #ln_configs firefox/userChrome.css ~/.mozilla/firefox/1ye8etqv.default/chrome/userChrome.css fi if [[ ! -z $NCMPCPP ]] || [[ -z $NOT_ALL ]]; then @@ -135,7 +135,7 @@ 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 + mk ~/.config/sxhkd ln_configs sxhkd/sxhkdrc ~/.config/sxhkd/sxhkdrc fi -- cgit