summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index e837066..776fcae 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -51,3 +51,5 @@ for profile in ${HOME}/.mozilla/firefox/*.default ${HOME}/.mozilla/firefox/*.def
# userChrome.css needs to be copied, as sandbox can't resolve symlink
cp ${CONFIG_DIR}/firefox/userChrome.css "$profile/chrome/userChrome.css"
done
+
+ln -sf ${CONFIG_DIR}/xdg/user-dirs.conf ${HOME}/.config/user-dirs.conf