Bootstraps the foundational CLI tools required by the rest of the dotfiles setup.
| CLI | macOS | Debian |
|---|---|---|
curl |
— | apt |
git |
— | apt |
make |
— | apt |
sudo |
— | apt |
wget |
— | apt |
Nothing — this package only installs system packages.
- On macOS,
macos-coreis a meta-target with no script of its own; it simply chainsmacos-brew,macos-stow, andmacos-zsh. - On Debian/Ubuntu,
ubuntu-coredepends onubuntu-stowand then installs packages fromcore.Aptfileviaapt-get. make coredispatches automatically tomacos-coreorubuntu-corebased on the current OS.