From 25eec8082a4da67bf895e3c16ab618ec58252137 Mon Sep 17 00:00:00 2001 From: Randy Jordan Date: Sat, 6 Dec 2025 12:18:58 -0600 Subject: [PATCH] Readme edits --- README.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 373d374..4eadcc0 100644 --- a/README.md +++ b/README.md @@ -46,28 +46,28 @@ applications) to change the directories used. Note: To disable a directory, point it to the homedir. If you delete it it will be recreated on the next login. -You can find the [user-dirs.defaults HERE]()// TODO add link. +You can find the original user.dirs.defaults[HERE]() // TODO add link. -You can find the custom one I use [HERE]()// TODO add link. +You can find the custom one I use [HERE]() // TODO add link. Some of these are their own repositories, and I will include a link below with an explanation and purpose of the directory. -` -DESKTOP=gui -DOWNLOAD=dl -TEMPLATES=eg -MARKDOWN=md -PUBLICSHARE=pub -DOCUMENTS=media/docs -MUSIC=media/music -PICTURES=media/pics -VIDEOS=media/vids -PDF=media/pdf -CAD=cad -REPO=repo -SCRIPTS=sh -VIRTUALMACHINES=vm -` + +DESKTOP=gui `Default desktop directory (if applicable)`
+DOWNLOAD=dl `Default download directory for firefox etc`
+TEMPLATES=eg `Default directory for file click/create capability on desktops` `TODO ADD LINK`
+MARKDOWN=md `Guides and notes written in markdown.` `TODO ADD LINK`
+PUBLICSHARE=pub `Local sharing folder`
+DOCUMENTS=media/docs `Documents`
+MUSIC=media/music +PICTURES=media/pics +VIDEOS=media/vids +PDF=media/pdf
+CAD=cad `CAD repo with resources and links to library etc.`
+REPO=repo `All my developement repos` `https://myrepos.dev`
+SCRIPTS=sh `Shell/Python scripts etc` `TODO ADD LINK`
+VIRTUALMACHINES=vm `Virtual Machines / Dockerfiles etc.` `TODO ADD LINK`
+ ## Credits / Resources