+Script for creating text folder and calendar.org

This commit is contained in:
oreodave
2019-07-24 15:39:20 +01:00
parent 919a16c836
commit a1e8aadafe

View File

@@ -7,3 +7,7 @@ for file in $files; do
echo "Creating symlink for " + $file; echo "Creating symlink for " + $file;
ln -s $dir/$file ~/.$file; ln -s $dir/$file ~/.$file;
done done
# Emacs calendar depedencies
mkdir ~/Text;
touch ~/Text/calendar.org;