link edits

This commit is contained in:
2025-12-06 12:45:30 -06:00
parent b137a13acb
commit 03de6a2500

View File

@@ -6,19 +6,15 @@ Personal dotfiles and configuration guide.
## Table of Contents ## Table of Contents
- [Description](#description) - [Description](#description)
- [Features](#features) - [Read](#read)
- [Usage](#usage) - [TLDR](#tldr)
- [Credits / Resources](#credits--resources) - [Credits / Resources](#credits--resources)
- [License](#license) - [License](#license)
## Features ## Read
// TODO Add links for download scripts We will be following [Free Desktop Specifications](https://www.freedesktop.org/wiki/Specifications/).
## Usage One of the tools we need to know about is `xdg-user-dirs`.[Arch Wiki](https://wiki.archlinux.org/title/XDG_user_directories)
Above you should see quick links for downloading and setup. Below I will discuss
how I approach setting up my $HOME directory. We will be following [Free Desktop Specifications](https://www.freedesktop.org/wiki/Specifications/).
One of the tools we need to know about is `xdg-user-dirs`.
Make sure this is installed with `sudo apt install xdg-user-dirs` Make sure this is installed with `sudo apt install xdg-user-dirs`
@@ -46,9 +42,9 @@ 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 point it to the homedir. If you delete it it will be recreated on the next
login. login.
You can find the original user.dirs.defaults[HERE]() // TODO add link. You can find the original user.dirs.defaults (https://myrepos.dev)
You can find the custom one I use [HERE]() // TODO add link. You can find the custom one I use (https://myrepos.dev)
Some of these are their own repositories, and I will include a link below with Some of these are their own repositories, and I will include a link below with
an explanation and purpose of the directory. an explanation and purpose of the directory.
@@ -68,6 +64,14 @@ REPO=repo `All my developement repos` (https://myrepos.dev) <br>
SCRIPTS=sh `Shell/Python scripts etc` (https://myrepos.dev)<br> SCRIPTS=sh `Shell/Python scripts etc` (https://myrepos.dev)<br>
VIRTUALMACHINES=vm `Virtual Machines / Dockerfiles etc.` (https://myrepos.dev)<br> VIRTUALMACHINES=vm `Virtual Machines / Dockerfiles etc.` (https://myrepos.dev)<br>
## TLDR
`sudo apt update`
`sudo apt dist-upgrade`
`sudo apt autoremove`
`curl home dirs`
`xdg-user-dirs-update`
`apt package install link.`
`curl dotfiles link`
## Credits / Resources ## Credits / Resources