/scripts

Collection of useful scripts for daily tasks

Primary LanguageShellMIT LicenseMIT

scripts

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"

Usage

You can specify SCRIPTS_NO_INTERACTIVE for disabling variable prompt.