diff options
| -rwxr-xr-x | deploy.sh | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
