diff --git a/README.md b/README.md index 2328543..af6f0fc 100644 --- a/README.md +++ b/README.md @@ -6,19 +6,15 @@ Personal dotfiles and configuration guide. ## Table of Contents - [Description](#description) -- [Features](#features) -- [Usage](#usage) +- [Read](#read) +- [TLDR](#tldr) - [Credits / Resources](#credits--resources) - [License](#license) -## Features -// TODO Add links for download scripts +## Read +We will be following [Free Desktop Specifications](https://www.freedesktop.org/wiki/Specifications/). -## Usage -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`. +One of the tools we need to know about is `xdg-user-dirs`.[Arch Wiki](https://wiki.archlinux.org/title/XDG_user_directories) 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 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 an explanation and purpose of the directory. @@ -68,6 +64,14 @@ REPO=repo `All my developement repos` (https://myrepos.dev)
SCRIPTS=sh `Shell/Python scripts etc` (https://myrepos.dev)
VIRTUALMACHINES=vm `Virtual Machines / Dockerfiles etc.` (https://myrepos.dev)
+## 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