I use macOS primarily for work purposes. Those include programming Python, doing machine learning and using corporate apps. This is how to set up a new macOS.
- Remove everything from the dash.
- Make the dash hide automatically.
xcode-select --install
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
https://apps.apple.com/de/app/amphetamine/id937984704?mt=12
- next, next, next, end
https://desktop.docker.com/mac/main/arm64/Docker.dmg
- Got get your public private GPG key pair
- Open Finder
- Press
command
+Shift
+.
to reveal hidden files - Move them to
.ssh/
chmod 600 .ssh/id_rsa.pub
chmod 600 .ssh/id_rsa
Remove passphrase from private key:
ssh-keygen -p -f /Users/bengt/.ssh/id_rsa
https://www.jetbrains.com/pycharm/download/download-thanks.html?platform=macM1
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install repomix
brew install python