This repository contains my personal dotfiles - configuration files for various applications and tools I use daily.
These dotfiles are managed using chezmoi. OS-specific files are handled via .chezmoiignore — no heavy templating needed.
These dotfiles are primarily used across my various systems:
- Primary: macOS
- Servers: Rocky Linux 8/9
- Archived: Arch Linux (see
stow-archivebranch)
chezmoi init --apply https://github.com/rileychh/dotfiles.gitThese dotfiles are licensed under the BSD Zero Clause License (0BSD). I chose this license for the same reason Arch Linux uses it for package sources - it's essentially a public domain equivalent license that allows anyone to do anything with the code without attribution or other requirements.
You can learn more about why Arch Linux uses this license here.