Compare commits

...

3 Commits

Author SHA1 Message Date
Tommy fc19145367
Add -a to tee
Signed-off-by: Tommy <contact@tommytran.io>
2023-12-24 00:11:33 -07:00
Tommy 3628ea43d8
Fix output redirection
Signed-off-by: Tommy <contact@tommytran.io>
2023-12-24 00:11:07 -07:00
Tommy 796543c76d
Fix Homebrew installation
Signed-off-by: Tommy <contact@tommytran.io>
2023-12-24 00:10:11 -07:00
1 changed files with 5 additions and 1 deletions

View File

@ -17,8 +17,12 @@ defaults write com.apple.Safari IncludeInternalDebugMenu 1
#I nstall Brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
(echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/$(USERS)/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
echo "export HOMEBREW_NO_ANALYTICS=1" | sudo tee -a /etc/zshrc
export HOMEBREW_NO_ANALYTICS=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
echo 'PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"' | sudo tee -a /etc/zshrc