Personal dotfiles for macOS and Linux (Omarchy/Arch).
Clone the repo:
git clone https://github.com/curbol/.dotfiles.git ~/code/.dotfilesRun the install script:
~/code/.dotfiles/install.shThis installs packages, language runtimes (via mise), sets zsh as the default shell, clones supporting repos, and symlinks all dotfiles.
To re-apply dotfiles only (without reinstalling packages):
~/code/.dotfiles/setup.shUse --force to overwrite locally copied files (e.g. .zshrc.local):
~/code/.dotfiles/setup.sh --force