Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 567 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 567 Bytes

⚠️ Back up your config files

🚀 Install everything with a single command:

bash <(curl -fsSL https://raw.githubusercontent.com/phucleeuwu/Dotflow/main/i.sh)

⇅ Upgrade everything:

# brew install topgrade
topgrade

📂 Breakdown of the i.sh

  1. Installs Homebrew 🍺 (if not installed).
  2. Clones the dotfiles repository into ~/dotfiles.
  3. Removes existing ~/.zshrc and ~/.config to prevent conflicts.
  4. Uses Stow to symlink ~/dotfiles to ~/.config.
  5. Installs Homebrew 🍺 packages from Brewfile (optional).