+Script for creating text folder and calendar.org
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user