Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# bash script that can setup environment with common linting and testing tools
yes="${@}"
function yes_or_no {
if [[ $yes == "-y" ]]; then
echo "🛑👍🛑 !!! skipping question !!! 🛑👍🛑"
else
@jherr
jherr / Setup.md
Last active June 26, 2024 11:11
Jack's Setup