Personal macOS dotfiles managed with GNU Stow.
Easily configurable and portable across different macOS machines. 🍏
- 🔧 Managed with GNU Stow – Simple and organized dotfiles management
- 🖥️ macOS Compatible – Specifically set up for macOS environments
- 🚀 Easy Setup & Installation – Quickly configure a new Mac with a few commands
- 🌟 Includes configurations for:
zsh
(.zshrc
)- More to be added!
Before installing these dotfiles, make sure you have the following installed on your macOS:
- Homebrew: Package manager for macOS
Install with:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Oh My Zsh: Zsh configuration manager
Install with:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Zsh Plugins:
Install with:
brew install zsh-autosuggestions zsh-syntax-highlighting
brew install stow
./install.sh
source ~/.zshrc