This script will install all the dependencies it needs. Do make sure yay is installed, otherwise these packages cannot be installed.
Warning: Please look at the code before you execute blindly.
The helper install script:
./install.py --help
To install all the dotfiles in the user's home directory:
./install.py -d ~/ -m all
You can look at what can be installed by looking in the 'installers' folder.
"Because re-installation sucks."
Same warning applies as listed above.
Just use the Update helper script.
./update.py --help
To update all the dotfiles in the user's home directory:
./update.py -d ~/ -m all
As you can see, the update helper uses the exact same syntax as the installer.