My dotfiles are intended for personal usage, but feel free to make use of them as well. They include all of my configuration files, along with tweaks for system files. I always incorporate these tweaks on my system to enhance responsiveness, gaming performance, and security, when setting up new systems.
Please note that any usage of my system/configuration files is done at your own risk. I am not liable for any consequences that may arise.
-
These configuration/system files have only been tested on a fresh install of Arch Linux.
-
Keep in mind that this project is designed specifically for my setup on a Desktop PC with AMD hardware. Additionally, the installation script assumes an Ethernet connection.
Warning! Executing the following steps will replace your existing files with my configuration files.
The install script expects Arch Linux to be setup with sudo
, git
, connman
, and systemd-boot
.
-
Open the terminal and navigate to your home directory.
-
Run the following commands:
git init git remote add origin https://github.com/HenrikDK2/dotfiles.git git fetch --all git checkout master --force
-
Now you're almost done! As a normal user, execute the installation script
~/.my_scripts/init/install.sh
and follow the simple instructions to complete the installation process.