Personal configs and scripts for my dwm setup managed using stow
Stow is a symlink farm manager which is great for managing dotfiles
sudo pacman -S stow
All the dotfiles can be deployed with a single command
cd dotfiles/
stow -vSt ~ *
or Indivial configs can be deployed
Eg: To deploy nvim config
cd dotfiles/
stow -vSt ~ nvim
- merothh for helping out to make my dwm better
- LukeSmithxyz for inspiring with his dwm videos and scripts