Install homebrew and skip post-installation steps.
Most of these dependencies are available by default on macOS (via Xcode command line tools).
This script only installs the missing ones.
dependencies=(
# zsh
gh
antidote
yadm
helix
ghostty
uv
rustup
go
npm
terraform
terraform-ls
)
for package in "${dependencies[@]}"; do
brew install $package
done
Clone the repository using yadm
yadm clone https://github.com/smartinellimarco/.dotfiles
The first time you reopen the terminal, antidote will automatically setup all zsh plugins.
Initialization commands not intended for backup in this repository can be placed in ~/.zsh_bootstrap
, which is automatically sourced.