link edits
This commit is contained in:
26
README.md
26
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) <br>
|
||||
SCRIPTS=sh `Shell/Python scripts 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
|
||||
|
||||
Reference in New Issue
Block a user