My dotfiles, I use gnu-stow to manage them.
git clone https://github.com/nithitsuki/dotfiles.git .dotfiles
cd .dotfiles && bash ./run.sh- Lets you select packages separately easily
git clone https://github.com/nithitsuki/dotfiles.git .dotfiles
cd .dotfiles
stow -t ~ \<package-names\>
# for keyd:
sudo stow -t / keydSymlink ~/.config/background to your wallpaper file
ln -s /path/to/wallpaper.jpg ~/.config/backgroundSymlink ~/.config/hypr/hyprland.conf to either hyprland_pc.conf or hyprland_laptop.conf
ln -s ~/.config/hypr/hyprland_pc.conf ~/.config/hypr/hyprland.confNote
Install doom emacs to use the emacs config
Caution
ONLY USE THIS ON A FRESH INSTALLATION, IT WILL CAUSE IRREPARABLE DAMAGE TO YOUR SYSTEM IF USED ON AN EXISTING ONE
[root@host]# bash <(curl -sL https://raw.githubusercontent.com/nithitsuki/dotfiles/refs/heads/main/setup-fresh-archinstall.sh)Caution
READ THE WARNING ABOVE, THIS WILL CAUSE IRREPARABLE DAMAGE TO YOUR SYSTEM IF USED ON AN EXISTING ONE, YOU HAVE BEEN WARNED