21 lines
412 B
Markdown
21 lines
412 B
Markdown
|
|
# 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
|
||
|
|
```
|