Common scripts used accross my repositories.
# Create `./scripts` dir, and download requirements for installing Git Hooks
curl --disable --silent --show-error --location "https://raw.githubusercontent.com/ViBiOh/scripts/main/bootstrap.sh" | bash -s "git_hooks"
You can specify SCRIPTS_NO_INTERACTIVE
for disabling variable prompt.