feat: Simplify the dotfiles to what is useful
This commit is contained in:
parent
9232cf030b
commit
126d9892e2
11 changed files with 35 additions and 452 deletions
22
README.md
22
README.md
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue