These are my personal configuration files for Arch Linux, designed to optimize productivity and maintain a minimalist system. The setup is managed with GNU Stow, enabling easy deployment and modular organization.
-
Ensure you have GNU Stow installed:
sudo pacman -S stow
-
Clone this repository:
git clone https://github.com/lexjulian/dotfiles.git ~/dotfiles cd ~/dotfiles
-
Use
stow
to symlink the desired configuration:stow <folder-name>
For example, to copy the
kitty
config.stow kitty
-
To remove a configuration, simply run:
stow -D <folder-name>
-
Make sure to backup your original configuration files before symlinking.
-
Test configurations in a virtual machine or container before deploying them on your main system.
Feel free to fork and customize these dotfiles to suit your preferences. Pull requests and contributions are always welcome!