Kickstart is a personal macOS setup script that helps get development environment up and running fast. It installs essential tools, configures system preferences, sets up dotfiles, and more โ all in one go.
This script automates:
- Installing Homebrew and essential packages
- Setting up Git configuration
- Cloning and symlinking your dotfiles
- Applying macOS system tweaks
- Optional: Installing custom apps and tools
-
Download the ZIP
- Go to https://github.com/dsomleff/kickstart
- Click the green "Code" button
- Select "Download ZIP"
-
Unpack it into a
Pets
folder
mkdir -p ~/Pets
cd ~/Pets
unzip ~/Downloads/Kickstart\ main.zip
mv kickstart-main kickstart
rm ~/Downloads/Kickstart\ main.zip
cd kickstart
- Make the main script executable and run it
chmod +x kickstart.sh
./kickstart.sh
- macOS
- Internet connection