From 3d72c798b81e3b37826ec514b40dc93687fd1742 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Mon, 2 Jan 2023 19:32:57 +0100 Subject: deploy.sh: install firefox customization --- deploy.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index e3eb681..8f5691f 100755 --- a/deploy.sh +++ b/deploy.sh @@ -21,3 +21,9 @@ mkdir -p ${HOME}/.mutt ln -sf ${CONFIG_DIR}/muttrc ${HOME}/.mutt/muttrc ln -sf ${CONFIG_DIR}/ripgreprc ${HOME}/.config/ripgreprc + +for profile in ${HOME}/.mozilla/firefox/*.default; do + mkdir -p "$profile/chrome" + ln -sf ${CONFIG_DIR}/firefox/user.js "$profile/user.js" + ln -sf ${CONFIG_DIR}/firefox/userChrome.css "$profile/chrome/userChrome.css" +done -- cgit v1.2.3