diff options
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -22,7 +22,8 @@ ln -sf ${CONFIG_DIR}/muttrc ${HOME}/.mutt/muttrc ln -sf ${CONFIG_DIR}/ripgreprc ${HOME}/.config/ripgreprc -for profile in ${HOME}/.mozilla/firefox/*.default; do +for profile in ${HOME}/.mozilla/firefox/*.default ${HOME}/.mozilla/firefox/*.default-release; do + [ ! -d "$profile" ] && continue 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" |
