my dotfiles. managed using gnu stow
Note
overwrites the existing files. make sure to back them up
A setup script bootstrap.sh is located inside ./.local/bin/.
After installing Arch linux, run the script to install all necessary packages and apply other configurations
If you wish to install Hyprland, instead of a standard DE like GNOME, KDE then run
the script with hyprland argument
./.local/bin/bootstrap.sh hyprlandlink the dotfiles:
stow --target $HOME .unlink the dotfiles:
stow --target $HOME --delete .documentation for stow: https://www.gnu.org/software/stow/manual/stow.html