remove raycast
This commit is contained in:
parent
c787f94fa7
commit
3743ccaf53
2 changed files with 3 additions and 3 deletions
2
full.zsh
2
full.zsh
|
@ -13,7 +13,7 @@ echo Install toolchain, then press ENTER.
|
|||
|
||||
# Prepare Rosetta
|
||||
echo "[DSMOSS] Prepare Rosetta..."
|
||||
softwareupdate --install-rosetta
|
||||
softwareupdate --install-rosetta --agree-to-license
|
||||
echo Install Rosetta if on ARM, then press ENTER.
|
||||
|
||||
# Prepare Homebrew
|
||||
|
|
4
lite.zsh
4
lite.zsh
|
@ -13,7 +13,7 @@ echo Install toolchain, then press ENTER.
|
|||
|
||||
# Prepare Rosetta
|
||||
echo "[DSMOSS] Prepare Rosetta..."
|
||||
softwareupdate --install-rosetta
|
||||
softwareupdate --install-rosetta --agree-to-license
|
||||
echo Install Rosetta if on ARM, then press ENTER.
|
||||
|
||||
# Prepare Homebrew
|
||||
|
@ -33,7 +33,7 @@ brew tap localsend/localsend
|
|||
brew install localsend
|
||||
brew install --cask nvidia-geforce-now roblox
|
||||
brew install --cask imazing-profile-editor
|
||||
brew install --cask latest raycast
|
||||
brew install --cask latest
|
||||
brew install git-credential-manager
|
||||
|
||||
# NPM global
|
||||
|
|
Loading…
Reference in a new issue