Skip to content

Commit 80d8d1c

Browse files
committed
added objective-see security tools.
1 parent df7aeb0 commit 80d8d1c

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

.mackup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[storage]engine = icloud

karabiner/karabiner.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
},
3030
"to": [
3131
{
32-
"key_code": "right_command",
32+
"key_code": "left_command",
3333
"modifiers": [
34-
"right_control",
35-
"right_option"
34+
"left_control",
35+
"left_option"
3636
]
3737
}
3838
],

setup-brew.sh

+15-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ brew install --cask karabiner-elements # Keyboard remapper software
4343
brew install --cask bettertouchtool # Custom trackpad gestures, keyboard shortcuts, and scripting tool.
4444
brew install --cask bartender # Manage menubar items in macOS.
4545
brew install --cask automute # Automute volume when laptop goes to sleep
46-
brew install --cask rectangle-pro # Windows snapping app
46+
brew install --cask swish # Windows snapping app
4747
brew install --cask dash # API documentation app
4848
brew install --cask cleanshot # Screenshot app
4949
brew install --cask soundsource # Easily manage various sound sources on your computer and their outputs
@@ -99,6 +99,14 @@ brew install --cask slack
9999
brew install --cask whatsapp
100100
brew install --cask microsoft-teams
101101

102+
# security tools
103+
echo "Installing security apps"
104+
brew install --cask lulu #Open-source firewall to block unknown outgoing connections
105+
brew install --cask oversight #Monitors computer mic and webcam
106+
brew install --cask do-not-disturb #Open-source physical access (aka 'evil maid') attack detector
107+
brew install --cask blockblock #Monitors common persistence locations
108+
brew install --cask knockknock #Tool to show what is persistently installed on the computer
109+
brew install --cask whatsyoursign #Shows a files cryptographic signing information
102110

103111
# VPN tools
104112
echo "Installing VPNs apps"
@@ -113,6 +121,12 @@ brew tap joedrago/repo
113121
# Install tap formulas
114122
brew install joedrago/repo/avifenc
115123

124+
# Install Mackup
125+
brew install mackup
126+
127+
# Launch it and restore your files
128+
mackup restore
129+
116130
# Remove outdated versions from the cellar.
117131
brew cleanup
118132

0 commit comments

Comments
 (0)