- Xcode
- Swift Playgrounds
- Apple Developer
- App Store Connect
- TestFlight
- SF Symbols
- Pages
- Numbers
- Keynote
- Final Cut Pro
- Motion
- Compressor
- Pixelmator Pro
- Logic Pro
- GarageBand
- iMovie
- DaVinci Resolve
- Xmind
- Zoom
- Notion
- Clone the repository:
git clone https://github.com/primeare/.dotfiles.git $HOME/.dotfiles - Install Xcode from AppStore
- Run
$HOME/.dotfiles/setupin the terminal
Setup options are configured with environment variables. Boolean options are enabled only when set to the literal value true.
| Variable | Default | Description |
|---|---|---|
DEBUG |
false |
Enable Bash execution tracing |
GENERATE_SSH_KEY |
false |
Generate ~/.ssh/id_ed25519 when it does not already exist |
INSTALL_LATEST_NODE |
true |
Install, activate, and verify the latest Node.js version through fnm |
SET_FISH_AS_DEFAULT |
true |
Set Fish as the current user's login shell |
GENERATE_SSH_KEY=true "$HOME/.dotfiles/setup"