1
0
mirror of https://github.com/tommytran732/macOS-Setup-Script synced 2024-09-19 15:44:43 -04:00

Switch to using IVPN

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-01-20 00:19:04 -07:00
parent 0481c411be
commit 60f055696d
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -23,7 +23,7 @@ echo "export HOMEBREW_NO_ANALYTICS=1" | sudo tee -a /etc/zshrc
export HOMEBREW_NO_ANALYTICS=1 export HOMEBREW_NO_ANALYTICS=1
brew tap homebrew/autoupdate brew tap homebrew/autoupdate
brew tap homebrew/cask-versions brew tap homebrew/cask-versions
brew install --cask android-platform-tools chronycontrol github gpg-suite-no-mail microsoft-edge mullvadvpn orbstack powershell visual-studio-code brew install --cask android-platform-tools chronycontrol github gpg-suite-no-mail ivpn microsoft-edge orbstack powershell visual-studio-code
brew install gnu-sed brew install gnu-sed
echo 'PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"' | sudo tee -a /etc/zshrc echo 'PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"' | sudo tee -a /etc/zshrc