Scripts to set up a macOS development environment with essential apps and configurations.
setup/all.sh
: Runs all setup scripts.setup/brew.sh
: Installs/updates Homebrew and installs packages/apps.setup/dev.sh
: Sets up Node.js and Rust development environments.setup/dock.sh
: Configures the macOS Dock.
- Clone:
git clone https://github.com/andreivcodes/dotfiles.git && cd dotfiles
- Executable:
chmod +x setup/*.sh
- Run:
cd setup && ./all.sh