cleanup
This commit is contained in:
parent
e8c74cbb42
commit
1d0f382141
@ -1,3 +0,0 @@
|
||||
#!/bin/bash
|
||||
club search -o "tyrelsouza" 'state:"In Progress"'
|
||||
club search -o "tyrelsouza" 'state:"Ready for Review"'
|
@ -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")
|
||||
|
@ -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
|
@ -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
|
@ -1,4 +0,0 @@
|
||||
fd11523413e01ca383c954d4002adc80fc5f749d3b65d5551837a79eac3a2142 tidelift
|
||||
92cde1db0dd31256046b2ede4d0a1e9a79ddbe2947bd3894d715bb02a8b1f251 tidelift.exe
|
||||
312b2bf6f33b83689ab336530dfba868c82ffcb19090b23a779c58612bb2b1b9 tidelift_arm
|
||||
de28ae4ac7a03204d6a084bf3ed5d84b975475d8298726850a4cf6c5bc1ae6ae tidelift_darwin
|
Binary file not shown.
17
gitignore
17
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
|
||||
|
Loading…
Reference in New Issue
Block a user