init: Start dotfiles with a test container to verify installation.
This commit is contained in:
commit
9232cf030b
10 changed files with 465 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue