aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-01-07 00:08:04 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-01-07 00:08:04 +0000
commit02fcba5a27940a2d0f7947a82a18163065bf2a76 (patch)
tree399b08def1c1a76f44b8da05e6ddd5b71bd907bb /install.sh
parent107e3b7a159e91d8e5cef95620290bebc3ccabcc (diff)
downloaddotfiles-02fcba5a27940a2d0f7947a82a18163065bf2a76.tar.gz
dotfiles-02fcba5a27940a2d0f7947a82a18163065bf2a76.zip
Remove mozilla from install for now
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files 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