Skip to content

dsomleff/kickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿš€ KICKSTART

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.


๐Ÿ“ฆ What It Does

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

๐Ÿ› ๏ธ How to Use

  1. Download the ZIP

  2. 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
  1. Make the main script executable and run it
chmod +x kickstart.sh
./kickstart.sh

๐Ÿงช Requirements

  • macOS
  • Internet connection

About

Personal MacOS setup scripts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages