This commit is contained in:
2025-12-06 12:07:41 -06:00
parent afa2ca58fa
commit d7329c7062

View File

@@ -53,44 +53,19 @@ 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.
`
# Our desktop (if applicable)
DESKTOP=gui
# Downloads folder for firefox etc.
DOWNLOAD=dl
# Our templates folder for click/create functionality on desktops.
# TODO ADD LINK TO REPO
TEMPLATES=eg
# Guides/Notes written in Markdown.
# TODO ADD LINK TO REPO
MARKDOWN=md
# Local sharing.
PUBLICSHARE=pub
# Documents and media
DOCUMENTS=media/docs
MUSIC=media/music
PICTURES=media/pics
VIDEOS=media/vids
PDF=media/pdf
# CAD repo for link to library resources etc.
# TODO ADD LINK TO REPO
CAD=cad
# All my development repos.
# TODO ADD LINK TO REPO
REPO=repo
# Bash scripts and resources.
# TODO ADD LINK TO REPO
SCRIPTS=sh
# Originally for virtual machines, but now includes Docker, etc.
# TODO ADD LINK TO REPO
VIRTUALMACHINES=vm
`