Make sure that there are these installed:
- stow
- make
Run make dotfiles - this will run install.sh script that reads packages from pkglist.txt and tries to create simlinks using stow of the applications that are in the root directory
To test the stow script, run make dry-dotfiles
- install GNU/Stow
sudo pacman -S stow - update all dotfiles to the naming convention
- if a path is
~/.config/app/app.confthen it should bedotfiles/app/.config/app/app.conf - if a path is
~/.app.confthen if should bedotfiles/app/.app.conf
- if a path is
- check if it works
stow -t ~ -nv appit should hasLINK:with a potential symlink - if the previous step was okay, then run the command
stow -t ~ -v appto create a symlink