Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.49 KB

File metadata and controls

50 lines (39 loc) · 1.49 KB

Dotfiles (macOS)

Super simple Mac setup for developers and hackers.

Install (fresh Mac)

Paste this into Terminal:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/lvndry/dotfiles/master/macos/bootstrap.sh)"

It will install Command Line Tools, Homebrew, apps/CLIs from the Brewfile, Oh My Zsh + powerlevel10k, and link your zsh files.

Verify installation

Open a new terminal (powerlevel10k should load), then:

brew --version
node -v; bun -v; uv --version
fzf -v; zoxide -V; direnv version

Customize

  • Edit shell/.zshrc (plugins, aliases)
  • Edit macos/Brewfile and run cd macos && brew bundle
  • Run p10k configure to style your prompt

🧰 Tools

SSH Tools

Development Tools

Available Scripts:

  • tools/macos-prefs.sh - Configure macOS with developer-friendly settings
  • tools/git-setup.sh - Set up Git with aliases, global config, and hooks
  • tools/node-setup.sh - Install Node.js with fnm, bun, and development tools
  • tools/vscode-setup.sh - Install Cursor/VS Code extensions and configure settings
  • tools/vim-setup.sh - Install vim-plug and essential plugins

Quick Setup:

./tools/macos-prefs.sh
./tools/git-setup.sh
./tools/node-setup.sh
./tools/vscode-setup.sh
./tools/vim-setup.sh
./ssh/github.sh