diff options
| -rwxr-xr-x | deploy.sh | 2 | ||||
| -rw-r--r-- | xdg/user-dirs.conf | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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 diff --git a/xdg/user-dirs.conf b/xdg/user-dirs.conf new file mode 100644 index 0000000..f184210 --- /dev/null +++ b/xdg/user-dirs.conf @@ -0,0 +1 @@ +enabled=False |
