My configurations on Arch Linux managed with GNU Stow.
- WM: Hyprland
- Editor: Neovim
- File Manager: Yazi
- Shell: Zsh
- Terminal: Kitty
- Install GNU Stow
sudo pacman -S stow
- Clone and Link
git clone [https://github.com/minhngoncoding/dotfiles.git](https://github.com/minhngoncoding/dotfiles.git) ~/dotfiles cd ~/dotfiles # Symlinks all folders to ~/.config stow . -t ~/.config