- Turned on Mac Mini M1 16GB
- Updated to macOS 11.2
- Install Dropbox, install 1Password 7
- Create SSH key
- put SSH pub key to GitHub
- System Preferences -> Trackpad -> Tap to click
- System Preferences -> Accessibility -> Pointer Control -> Mouse & Trackpad -> Trackpad Options... -> Enable dragging without drag lock
- Install Homebrew 3
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/stefanscherer/.zprofile
- Install Xcode 12.4
- Back to bash
git clone https://github.com/StefanScherer/dotfiles && cd dotfiles && ./sync.sh
- Install Visual Studio Code Insiders
- Update macOS 11.2.1
- Install Xcode command line tools again
- Install Microsoft Remote Desktop
- Install Parallels beta for Apple Silicon
- Install Docker Desktop 3.1.0 (60984)
- Install Slack
- Install Rectangle (SizeUp, Spectacle replacement)
brew install --cask rectangle
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
- Create GPG Key with passphrase
gpg --full-generate-key
gpg --list-secret-keys --keyid-format LONG
gpg --armor --export xxxxxxxx
brew install ansible ansible-lint
brew install hudochenkov/sshpass/sshpass