You can apply all the configs from the store by running the apply
script with superuser privileges.
Run this command to clone the repository, run apply
script and remove the cloned repo: git clone https://github.com/mrAppleXZ/configstore /tmp/configstore && sudo /tmp/configstore/apply && rm -rf /tmp/configstore
You can update the store by running the update
script.
New items can be added to the store by editing the store.lst
file and running the update
script after that.