diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-07-24 15:39:20 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-07-24 15:39:20 +0100 |
commit | a1e8aadafe262f8ee35ab782dd7c6b58b4558531 (patch) | |
tree | 2d0c3aecff32e25c076f4777dbd5bba15a79d830 | |
parent | 919a16c83678939f72522e7b0df983481fac5a46 (diff) | |
download | dotfiles-a1e8aadafe262f8ee35ab782dd7c6b58b4558531.tar.gz dotfiles-a1e8aadafe262f8ee35ab782dd7c6b58b4558531.tar.bz2 dotfiles-a1e8aadafe262f8ee35ab782dd7c6b58b4558531.zip |
+Script for creating text folder and calendar.org
-rw-r--r-- | install.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,3 +7,7 @@ for file in $files; do echo "Creating symlink for " + $file; ln -s $dir/$file ~/.$file; done + +# Emacs calendar depedencies +mkdir ~/Text; +touch ~/Text/calendar.org; |