====== How to setup Mac ======
===== Configure username =====
Go to System Settings -> Users and Groups -> click with two fingers on your user, select //Advanced settings//.
here check //User name// - that is real login. If you don't like, it's better to create new user
===== Configure Apple user =====
Very important and complicated. Apple store is unavailable without it
Open //System Settings//, click at the top on user. Enter login and password of your Apple account. After that enter 2FA code from SMS.
And after that Apple will require you to enter password from one of your old computers! Be sure to have old computer nearby if you can! Do not wipe it before you setup Apple user on new computer!
===== Configure Safari =====
==== Configure profiles ====
- Open //Safari//
- Menu //Safari// -> //Create Profile..//
- Click //Start Using Profiles//
Now configure at least 2 profiles: Work, Personal
===== Install Homebrew =====
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
===== Install programs from Apple Store =====
First install CLI tool //mas//:
brew install mas
Now you can search for programs with
mas search nicetool
Install programs with
mas install ...
list of useful programs and app-ids:
^Program^app-id^
|Bitwarden|1111111|
===== Links =====
* [[https://brew.sh/|Homebrew]]
* [[software:os:mac:jenkins|Configure VS Code for Jenkins pipeline]]