From c6f03ed86038927259099439b9dc8a9e23cab6ad Mon Sep 17 00:00:00 2001 From: oreodave Date: Mon, 4 Nov 2019 16:47:48 +0000 Subject: +make school dir and a few more text deps +touch notes and todo in ~/Text +mkdir school directory --- install.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; -- cgit v1.2.3-13-gbd6f