An open API service indexing awesome lists of open source software.

https://github.com/rbnis/dotfiles

My dotfiles managed with comtrya
https://github.com/rbnis/dotfiles

comtrya dotfiles

Last synced: about 1 month ago
JSON representation

My dotfiles managed with comtrya

Awesome Lists containing this project

README

          

# dotfiles

The dotfiles in this repository are managed with [comtrya](https://github.com/comtrya/comtrya).

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

## Usage

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

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

## Setup

```bash
# 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