My dotfiles repo
- Update macOS to the latest version through the App Store
- Install the full version of Xcode from the App Store
- Run
xcode-select --install
- Migrate needed ssh-keys into
~/.ssh
- Clone repo into
~/.dotfiles
- Run the installer script
./install.sh
- Restart macOS
You might need Rosetta softwareupdate --install-rosetta --agree-to-license
- Keep Maven credentials in
~/.gradle/gradle.properties
mavenUser=XXX
mavenPassword=XXX
usePoetry=true
- Keep AWS credentials
~/.aws/credentials
[default]
aws_access_key_id=XXX
aws_secret_access_key=XXX