Skip to content

Instantly share code, notes, and snippets.

@ereshzealous
Created September 21, 2023 05:17
Show Gist options
  • Save ereshzealous/0533a74715f1fc1fc7602c48196159c4 to your computer and use it in GitHub Desktop.
Save ereshzealous/0533a74715f1fc1fc7602c48196159c4 to your computer and use it in GitHub Desktop.
Talisman.txt
# Download the talisman installer script
curl https://thoughtworks.github.io/talisman/install.sh > ~/install-talisman.sh
chmod +x ~/install-talisman.sh
# Install to a single project
cd <project-folder>
# as a pre-push hook
~/install-talisman.sh
# or as a pre-commit hook
~/install-talisman.sh pre-commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment