My personal dotfiles for school, managed with GNU Stow. The basic setup is Arch Linux + i3 tiling window manager (xorg).
cd dotfiles
stow . --adopt
git reset --hard
--adoptpulls existing files into the stow directory, thengit reset --hardrestores them to the repo versions, effectively replacing your current configs with these dotfiles.
- I'm planning to move away from oh-my-zsh in the future in favor of a leaner Zsh setup.
- picom is throwing some errors I couldn't be bothered to deal with rn.