/macos_dev_setup

Primary LanguageShellApache License 2.0Apache-2.0

macOS Developer Setup OS

macOS Big Sur Developer Setup


Install for command cli tools in macOS

sudo xcode-select --install

(Optional) Install rosetta2 from command line, or install TS3 Plus driver will lead to install in gui

  • Reduce secruity policy in recovery os
  • Downdload Link
  • Or sudo softwareupdate --install-rosetta
  • Or sudo softwareupdate --install-rosetta --agree-to-license

Clone project using https by username and password

git clone https://gitlab.tocraw.com/root/macos_11_setup.git ~/dev_projects/macOS_11_setup

Install

cd ~/dev_projects/macOS_11_setup && \
./install_apple_sillicon.sh

Post-Steps(using ssh key)

rm -rf ~/dev_projects/macOS_11_setup && \
git clone git@gitlab.tocraw.com:root/macos_11_setup.git ~/dev_projects/macOS_11_setup
flutter pub global activate devtools

Check Command

git config --list
go version
flutter --version
node --version
python --version

Authors