feat: Simplify the dotfiles to what is useful

This commit is contained in:
Matthew Binning 2025-03-29 14:02:30 -07:00
parent 9232cf030b
commit 126d9892e2
11 changed files with 35 additions and 452 deletions

View file

@ -1,20 +1,8 @@
# dotfiles
This source repository contains configuration for common Unix systems.
This uses symlinks to quickly set up a bash-based system, like NixOS or Debian.
Clone this repository into your home folder.
Then `cd ~/dotfiles && ./install.sh`.
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
```
After first install, the symlinks will be set up.
Thereafter, `git pull` will simply bring in updates to these managed dotfiles.