This repository contains my personal dotfiles, which are managed using GNU Stow. The configurations are tailored for my development environment, featuring a collection of tools that enhance productivity and streamline my workflow.
sudo pacman -S --noconfirm $(cat packages.txt)
yay -S --noconfirm $(cat packages.txt)
cd $XDG_HOME_DIRECTORY
git clone https://github.com/Jo3Zhou/dotfiles
cd dotfiles
stow -S .
cd dotfiles
stow -D
pacman -Qqe > packages.txt
yay -Qm > yay_packages.txt