refactor(README): Formatting, moved auto installer to correct section

This commit is contained in:
Price Hiller 2022-02-15 13:36:39 -06:00
parent 65009a81f6
commit f5855693af

View File

@ -6,6 +6,10 @@
This script will back up any files it intends to replace to a directory named `dot-files-backup-TIMESTAMP`.
```bash
curl "https://gitlab.orion-technologies.io/philler/dot-files/-/raw/Development/install.bash" | bash
```
## Auto Install Requirements
- Perms
- sudo access
@ -17,18 +21,16 @@ This script will back up any files it intends to replace to a directory named `d
- Used to clone the dot files repository
- curl
- Used to install various packages such as oh my zsh
```bash
curl "https://gitlab.orion-technologies.io/philler/dot-files/-/raw/Development/install.bash" | bash
```
# Manual
```bash
git clone "https://gitlab.orion-technologies.io/philler/dot-files.git" ph-dot-files && cd ph-dot-files
```
From here copy the files you'd like to have to your home directory: `${HOME}`. Recommend taking the ~/.config/
content first. Ensure you make backups 🙂.
# Operating Systems Auto Installation
Below is the status of various operating systems when the installation script is run on them.
If the OS is not below then it has not been tested to work with the installation script.