summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh6
1 files changed, 6 insertions, 0 deletions
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