diff --git a/bin/clubhouse_current b/bin/clubhouse_current deleted file mode 100755 index 5544d2a..0000000 --- a/bin/clubhouse_current +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -club search -o "tyrelsouza" 'state:"In Progress"' -club search -o "tyrelsouza" 'state:"Ready for Review"' diff --git a/bin/datecalc.py b/bin/datecalc.py index c14d443..dfb8a38 100755 --- a/bin/datecalc.py +++ b/bin/datecalc.py @@ -3,4 +3,4 @@ from datetime import datetime if __name__ == "__main__": - print(f"Today is March {(datetime.today() - datetime(2020,2,29)).days}") + print(f"I am {(datetime.today() - datetime(1988,3,3)).days} days old") diff --git a/bin/harden.sh b/bin/harden.sh deleted file mode 100644 index 9ce06eb..0000000 --- a/bin/harden.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -# https://github.com/drduh/macOS-Security-and-Privacy-Guide -sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate on -sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setloggingmode on -sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setstealthmode on -cd ~/bin -git clone git@github.com:karek314/macOS-home-call-drop.git -cd macOS-home-call-drop -bash homecall.sh fixmacos diff --git a/bin/setup-usr-local.sh b/bin/setup-usr-local.sh deleted file mode 100755 index d898838..0000000 --- a/bin/setup-usr-local.sh +++ /dev/null @@ -1,20 +0,0 @@ -#! /bin/sh -# Taken from Cayla Fauver https://cay.la/ - -#rm -rf /usr/local/* - -test -d /usr/local/Homebrew || /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" - -brew update - -while read homebrew; do - brew install ${homebrew} -done < ~/bin/packages/homebrew.txt - -while read casks; do - brew cask install ${casks} -done < ~/bin/packages/homebrew-casks.txt - -while read pips; do - pip install ${pips} -done < ~/bin/packages/pip.txt diff --git a/bin/tidelift-cli.sha256 b/bin/tidelift-cli.sha256 deleted file mode 100644 index 584a2ed..0000000 --- a/bin/tidelift-cli.sha256 +++ /dev/null @@ -1,4 +0,0 @@ -fd11523413e01ca383c954d4002adc80fc5f749d3b65d5551837a79eac3a2142 tidelift -92cde1db0dd31256046b2ede4d0a1e9a79ddbe2947bd3894d715bb02a8b1f251 tidelift.exe -312b2bf6f33b83689ab336530dfba868c82ffcb19090b23a779c58612bb2b1b9 tidelift_arm -de28ae4ac7a03204d6a084bf3ed5d84b975475d8298726850a4cf6c5bc1ae6ae tidelift_darwin diff --git a/bin/tidelift-cli.sha256.sig b/bin/tidelift-cli.sha256.sig deleted file mode 100644 index c41220a..0000000 Binary files a/bin/tidelift-cli.sha256.sig and /dev/null differ diff --git a/gitignore b/gitignore index a34a13b..03c9c6c 100644 --- a/gitignore +++ b/gitignore @@ -5,16 +5,15 @@ *.sw[nop] .bundle .env -db/*.sqlite3 -log/*.log tags -tmp/**/* -!tmp/cache/.keep -.pre-commit-config.yaml .ruby-version release_package.sh -local.fish -local.env -vim/sessions .vs/ -bin/tidelift +.python-version +.envrc +__pycache__/ +Session.vim +venv/ + +production_healththankyou_events.json +staging_healththankyou_events.json