@@ -43,7 +43,7 @@ brew install --cask karabiner-elements # Keyboard remapper software
43
43
brew install --cask bettertouchtool # Custom trackpad gestures, keyboard shortcuts, and scripting tool.
44
44
brew install --cask bartender # Manage menubar items in macOS.
45
45
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
47
47
brew install --cask dash # API documentation app
48
48
brew install --cask cleanshot # Screenshot app
49
49
brew install --cask soundsource # Easily manage various sound sources on your computer and their outputs
@@ -99,6 +99,14 @@ brew install --cask slack
99
99
brew install --cask whatsapp
100
100
brew install --cask microsoft-teams
101
101
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
102
110
103
111
# VPN tools
104
112
echo " Installing VPNs apps"
@@ -113,6 +121,12 @@ brew tap joedrago/repo
113
121
# Install tap formulas
114
122
brew install joedrago/repo/avifenc
115
123
124
+ # Install Mackup
125
+ brew install mackup
126
+
127
+ # Launch it and restore your files
128
+ mackup restore
129
+
116
130
# Remove outdated versions from the cellar.
117
131
brew cleanup
118
132
0 commit comments