Skip to content

mehuaniket/dotfiles

Repository files navigation

dotfiles

Opinionated macOS setup using Homebrew Bundle, GNU stow, and Oh My Zsh.

Quick start

Install everything (brew + dotfiles) in one go:

zsh -c "$(curl -fsSL https://raw.githubusercontent.com/mehuaniket/dotfiles/main/scripts/setup.sh)" -- --brew

If Homebrew packages are already installed, you can omit --brew:

zsh -c "$(curl -fsSL https://raw.githubusercontent.com/mehuaniket/dotfiles/main/scripts/setup.sh)"

Homebrew bundle

Leaving a machine (export current state):

brew bundle dump --file=homebrew/Brewfile --force

Fresh installation on a new machine:

brew bundle --file=homebrew/Brewfile && brew cleanup

Manual steps

  • Import misc/iterm_default_profile.json (iTerm2 → Profiles → Other Actions → Import JSON Profiles)
  • Optionally import misc/catppuccin_mocha.itermcolors
  • Restart Terminal
  • Open Neovim once to let plugins sync

Tips

About

dotfiles for tmux, zsh, nvim, hammerspoon and many more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published