Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 369 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 369 Bytes

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.