From 4f777ed639ee0463fa53425f712180af29182da7 Mon Sep 17 00:00:00 2001 From: JeremyStarTM Date: Fri, 15 Mar 2024 02:04:30 +0100 Subject: [PATCH] Why this not formatting --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50e88c6..3183331 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,14 @@ Running `install.sh` or `uninstall.sh` will delete and change some things in you ### Affected files - /etc/bash.bashrc - /etc/jstmbash.env +- /etc/locale.gen +- /etc/locale.conf +- /etc/vconsole.conf - /etc/pacman.conf +- /etc/paru.conf - /etc/makepkg.conf +- /etc/mkinitcpio.conf +- /etc/sudo.conf ## Recommendation 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 ### Installing 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 git clone https://git.staropensource.de/JeremyStarTM/syspunktdateien.git "/etc/sysdotfiles" cd "/etc/sysdotfiles"