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
- Host: GitHub
- URL: https://github.com/rbnis/dotfiles
- Owner: rbnis
- Created: 2023-07-02T18:17:16.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-02T20:51:18.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T15:16:23.282Z (over 1 year ago)
- Topics: comtrya, dotfiles
- Language: Shell
- Homepage:
- Size: 13.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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