These are my dotfiles. They are managed with GNU Stow.
This is not a complete setup, but rather just configuration options for programs that are installed.
For example, there might be a .config/i3/ folder aswell as a .config/sway/ folder.
Once you have cloned this repository to a directory like ~/dotfiles and install Stow,
cd into the folder, and run stow . to setup the symlinks.
| Distro | Install Command |
|---|---|
| Arch | sudo pacman -S stow |
| Debian | sudo apt install stow |
| Fedora | sudo dnf install stow |