1
0
mirror of https://github.com/tommytran732/macOS-Setup-Script synced 2024-09-16 14:14:42 -04:00

Create development

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-11-03 04:49:00 -07:00 committed by GitHub
parent 47b652e3bb
commit a5c5ea544f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

16
development Normal file
View File

@ -0,0 +1,16 @@
#!/bin/zsh
#Comment this line out if you don't have Touch ID
awk 'NR==2 {print "auth sufficient pam_tid.so"} 1' /etc/pam.d/sudo | sudo tee /etc/pam.d/sudo
# Verify SSH Fingerprints
echo "VerifyHostKeyDNS yes" | sudo tee /etc/ssh/ssh_config.d/10-custom.conf
sudo chmod 644 /etc/ssh/ssh_config.d/10-custom.conf
#Enable Safari debug menu
defaults write com.apple.Safari IncludeInternalDebugMenu 1
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install --cask android-platform-tools chronycontrol github gpg-suite-no-mail microsoft-edge mullvadvpn orbstack visual-studio-code