dotfiles/README.md

21 lines
412 B
Markdown
Raw Normal View History

# dotfiles
This source repository contains configuration for common Unix systems.
Influences include:
- [Luke Smith's voidrice](https://github.com/lukesmithxyz/voidrice)
- [Whynothugo's dotfiles](https://git.sr.ht/~whynothugo/dotfiles)
## Install
This uses `make`.
## Test
To create a container, install the dotfiles there, check the installation, and then destroy the container, run:
```
make check
```