This is a collection of my dotfiles. Use yadm if you want them nicely managed.
For requirements see requirements.txt
.
In order to ease installation I created a simple archinstall config. To use it run:
curl https://raw.githubusercontent.com/dnlmsr/dotfiles/feature/archinstall/.config/archinstall/user_configuration.json -o ./user_configuration.json archinstall --config ./user_configuration.json
After arch is installed, you can reboot and download the dotfiles, the bootstrap will take care of downloading paru and install all dependencies:
# HTTPS connection yadm clone https://github.com/dnlmsr/dotfiles.git # SSH connection yadm clone [email protected]:dnlmsr/dotfiles.git yadm bootstrap