-
Open the Terminal.app run this command
-
xcode-select --install
-
If you want to remove this tools, then run
sudo rm -rf /Library/Developer/CommandLineTools
-
Open Finder, search the Terminal.app in Applications (not open)
-
Right click on Terminal > Get Info > Check Open Using Rosseta
-
Go to this website: https://brew.sh then copy the link
-
Paste in Terminal (the link is like the show below, but maybe it will change)
-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install iterm2
brew install wget
wget https://raw.githubusercontent.com/AntonellaCoder/dotfiles/main/.zshrc
brew install git
brew install vcprompt
brew install spectacle
brew install firefox
brew install visual-studio-code
Those are my main settings
With Terminal, inside dev folder, create file vscode-extensions.txt and paste it, then run this command:
while read line; do code --install-extension "$line";done < vscode-extensions.txt
In vscode press Cmd + Shift + P then searcch for Open Settings (JSON) and paste it.
Search inside vscode Ctrl + Shift + p --> Open Keyboard Shortcuts (JSON) and paste it