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

Add gnu sed

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-11-07 01:39:44 -07:00
parent 5f62db0859
commit 21fbb2a37b
No known key found for this signature in database
GPG Key ID: D30DEC268D3FEB17

View File

@ -15,3 +15,5 @@ defaults write com.apple.Safari IncludeInternalDebugMenu 1
brew tap homebrew/autoupdate
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 gnu-sed
echo 'PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"' >> /etc/zshrc