The dotfiles in this repository are managed with comtrya.
Currently this dotfiles in this repo are only targeted at macos.
comtrya -d ./manifests apply -m meta.client
For headless systems replace meta.client
with meta.headless
.
# Install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Make sure a recent version of OpenSSL is installed
brew install openssl
# Install comtrya
curl -fsSL https://get.comtrya.dev | sh
- Homebrew
- A recent version of OpenSSL3