aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/profile/profile.dot.link3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/profile/profile.dot.link b/modules/profile/profile.dot.link
index b67991d..4c4849a 100644
--- a/modules/profile/profile.dot.link
+++ b/modules/profile/profile.dot.link
@@ -40,6 +40,9 @@ if [ -d "$HOME/lost+found" ]; then
rmdir $HOME/lost+found &> /dev/null
fi
+# Make sure basic folder structure exists
+mkdir -p $HOME/{apps,file,html,mail,temp}
+
# Custom configuration
if [ -e "$HOME/.custom/profile" ]; then
. $HOME/.custom/profile