justfiles for automating various tasks on my workstation

Add .gitignore, update README.md

Changed files
+23 -1
+1
.gitignore
···
+
os-specific.just
+22 -1
README.md
···
# justfiles
-
justfiles for automating various tasks in my homelab
+
justfiles for automating various tasks in my homelab
+
+
## Expected workflow
+
+
Download main justfile.
+
+
```shell
+
wget https://opengist.hyperreal.coffee/hyperreal/justfile/raw/HEAD/justfile -O "${HOME}/.justfile"
+
```
+
+
Clone this repo with just. This will create `${HOME}/.config/just`.
+
+
```shell
+
just clone-justfiles
+
```
+
+
Fetch the os-specific justfile. This will create `${HOME}/.config/just/os-specific.just`.
+
+
```shell
+
just fetch-os-specific
+
```
+