Skip to content

kangju2000/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal macOS dotfiles with interactive setup

Quick Start

# Clone
git clone https://github.com/kangju2000/dotfiles.git ~/dotfiles
cd ~/dotfiles

# Interactive setup (default - choose what to install)
./bootstrap.sh

# Or install everything
./bootstrap.sh --all

Usage

# Interactive mode (default)
./bootstrap.sh
# Prompts: Install brew? Install zsh? Install cursor? etc.

# Install all modules without prompts
./bootstrap.sh --all

# Update all packages and plugins
./bootstrap.sh --update

# Combine options
./bootstrap.sh --all --update

Post-Install

# Setup secrets
vi secrets/.secrets

# Create symlinks for dotfiles
stow zsh git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published