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 --helpTo install all the dotfiles in the user's home directory:
./install.py -d ~/ -m allYou 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 --helpTo update all the dotfiles in the user's home directory:
./update.py -d ~/ -m allAs you can see, the update helper uses the exact same syntax as the installer.
