dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

dotfiles

The dotfiles in this repository are managed with comtrya.

Currently this dotfiles in this repo are only targeted at macos.

Usage

comtrya -d ./manifests apply -m meta.client

For headless systems replace meta.client with meta.headless.

Setup

# 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

Dependencies

  • Homebrew
  • A recent version of OpenSSL3