From: sev Date: Mon, 10 Aug 2020 05:51:26 +0000 (-0500) Subject: remove firefox from installer X-Git-Url: https://git.sev.monster/~sev/dotfiles.git/commitdiff_plain/e1b20cd2aa82578cb3d187a864ec5202c58d79fa?ds=inline remove firefox from installer --- diff --git a/install.sh b/install.sh index 0fd3dc4..23a1910 100755 --- a/install.sh +++ b/install.sh @@ -77,18 +77,6 @@ done find fonts -mindepth 1 -maxdepth 1 -type d | while read -r x; do l "$HOME/share/fonts/`basename "$x"`" done -#XXX: potential bug with newlines in profile name (if ff even takes it) -#XXX: only uses first profile folder, read from profiles.ini -ffdir="`find "$HOME/.mozilla/firefox" -mindepth 1 -maxdepth 1 -type d | head -1 2>$devnull`" -if [ -d "$ffdir" ]; then - find firefox -mindepth 1 -maxdepth 1 | while read -r x; do - l "$ffdir/`basename "$x"`" - done - cd "$ffdir" - echo "Updating user.js" - sh ./user-js-updater.sh - cd - >$devnull -fi # run .zprofile to set up tmp # .zprofile also sources .zshenv for compatibility