aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-11-18 23:10:49 +0000
committeroreodave <aryadevchavali1@gmail.com>2019-11-18 23:10:49 +0000
commitaed71004b9356f3101d32cbe62bdaa9f9a1e0b45 (patch)
tree7b54da09154f431d058615fb39a8071431eccf44 /install.sh
parentd4786e78a0b029581ac9d176e7d533342fe2cb95 (diff)
downloaddotfiles-aed71004b9356f3101d32cbe62bdaa9f9a1e0b45.tar.gz
dotfiles-aed71004b9356f3101d32cbe62bdaa9f9a1e0b45.tar.bz2
dotfiles-aed71004b9356f3101d32cbe62bdaa9f9a1e0b45.zip
+few more directory depedencies
Diffstat (limited to 'install.sh')
-rw-r--r--install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 0534eaa..79180fe 100644
--- a/install.sh
+++ b/install.sh
@@ -10,6 +10,9 @@ done
# Other folders
mkdir ~/Text;
+mkdir ~/Programming;
+mkdir ~/Projects;
+mkdir ~/Projects/Templates;
mkdir ~/School;
touch ~/Text/notes.org;