There is no place like $HOME. All my dotfiles, and a guide for bootstrapping a new install.
## Table of Contents
- [Description](#description)
- [Features](#features)
- [Usage](#usage)
- [Credits / Resources](#credits--resources)
- [License](#license)
## Features / TODOS
+ Easy to copy.
+ Defaults to revert to.
+ Templates for easy productivity.
+ Usage Guide
## Usage
Just copy and paste, or follow the guide below.
If you're starting out as root, do not login as user until you've altered /etc/xdg/user-dirs.defaults.<br>
[For example](https://myrepos.dev/Randy-Jordan/eg), you can see the [custom configuration](https://myrepos.dev/Randy-Jordan/eg/src/branch/main/xdg/custom_user-dirs), or the [default](https://myrepos.dev/Randy-Jordan/eg/src/branch/main/xdg/user-dirs.defaults).
Marked folders are mapped to xdg features. The ones linked to repositories need to be downloaded as needed. They are as follows:
- [x] DESKTOP=gui
- [x] DOWNLOAD=dl
- [x] TEMPLATES=eg
- [ ] MARKDOWN=md
- [x] PUBLICSHARE=pub
- [x] DOCUMENTS=media/docs
- [x] MUSIC=media/music
- [x] PICTURES=media/pics
- [x] VIDEOS=media/vids
- [ ] PDF=media/pdf
- [ ] CAD=cad
- [ ] REPO=repo
- [ ] SCRIPTS=sh
- [ ] VIRTUALMACHINES=vm
Once complete, assign the appropriate privileges, and login as the user.<br>
If this is your first time setting this up. Run these commands:<br>
`git init --bare $HOME/.dot` To create our dotfiles folder.<br>