diff --git a/install.sh b/install.sh index ea6b003..0534eaa 100644 --- a/install.sh +++ b/install.sh @@ -8,6 +8,10 @@ for file in $files; do ln -s $dir/$file ~/.$file; done -# Emacs calendar depedencies +# Other folders mkdir ~/Text; +mkdir ~/School; + +touch ~/Text/notes.org; +touch ~/Text/todo.org; touch ~/Text/calendar.org;