feat: SImplify the dotfiles to what is actually useful

This commit is contained in:
Matthew Binning 2025-03-29 14:02:30 -07:00
parent 9232cf030b
commit dccecb30f7
11 changed files with 32 additions and 453 deletions

View file

@ -1,20 +1,5 @@
# 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
```
This assumes you are on a bash-based system, like Debian.
Clone this repository into your home folder.
Then `cd ~/dotfiles && ./install.sh`.