Skip to content

dsomleff/kickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 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

 
 
 

Contributors

Languages