Why this not formatting
This commit is contained in:
parent
be404e994c
commit
4f777ed639
1 changed files with 7 additions and 1 deletions
|
@ -7,8 +7,14 @@ Running `install.sh` or `uninstall.sh` will delete and change some things in you
|
||||||
### Affected files
|
### Affected files
|
||||||
- /etc/bash.bashrc
|
- /etc/bash.bashrc
|
||||||
- /etc/jstmbash.env
|
- /etc/jstmbash.env
|
||||||
|
- /etc/locale.gen
|
||||||
|
- /etc/locale.conf
|
||||||
|
- /etc/vconsole.conf
|
||||||
- /etc/pacman.conf
|
- /etc/pacman.conf
|
||||||
|
- /etc/paru.conf
|
||||||
- /etc/makepkg.conf
|
- /etc/makepkg.conf
|
||||||
|
- /etc/mkinitcpio.conf
|
||||||
|
- /etc/sudo.conf
|
||||||
|
|
||||||
## Recommendation
|
## Recommendation
|
||||||
Please, do not modify any files. It will only cause issues during the update process. \
|
Please, do not modify any files. It will only cause issues during the update process. \
|
||||||
|
@ -17,7 +23,7 @@ If you wish to make your own system dotfiles repo, you can of course modify file
|
||||||
## Managing
|
## Managing
|
||||||
### Installing
|
### Installing
|
||||||
This will remove all related files and install some software. \
|
This will remove all related files and install some software. \
|
||||||
*** WARNING: Please back up all files listed above, most important are `/etc/pacman.conf`, `/etc/pacman.d` and `/etc/makepkg.conf` since you'll likely need these to reinstall all other packages to restore their configuration files. Backing up all files and directories though is HIGHLY RECOMMENDED***
|
***WARNING: Please back up all files listed above, most important are /etc/pacman.conf, /etc/pacman.d and /etc/makepkg.conf since you'll likely need these to reinstall all other packages to restore their configuration files. Backing up all files and directories though is HIGHLY RECOMMENDED***
|
||||||
```bash
|
```bash
|
||||||
git clone https://git.staropensource.de/JeremyStarTM/syspunktdateien.git "/etc/sysdotfiles"
|
git clone https://git.staropensource.de/JeremyStarTM/syspunktdateien.git "/etc/sysdotfiles"
|
||||||
cd "/etc/sysdotfiles"
|
cd "/etc/sysdotfiles"
|
||||||
|
|
Loading…
Reference in a new issue