Used for managing the configuration
sudo pamcan -S stow
Places the files in their respective locations by creating symlinks
$ stow .- Copy the file/directory in this directory making sure the path is same as from
parentdirectory. For example adding~/.config/mpvcopy it to.config/mpvof this repository - Rename the original file/directory just in case.
- run
stow .in this directory it should create the symlink
yay -S $(cat aur-packages.txt)pacman -S $(cat pacman-pkgs.txt)pacman -Qeqn > pacman-pkgs.txtpacman -Qemq > aur-packages.lst
