justfiles for automating various tasks on my workstation
1# justfiles
2
3justfiles for automating various tasks on my workstation
4
5## Expected workflow
6
7Download main justfile.
8
9```shell
10wget https://opengist.hyperreal.coffee/hyperreal/justfile/raw/HEAD/justfile -O "${HOME}/.justfile"
11```
12
13Clone this repo with just. This will create `${HOME}/.config/just`.
14
15```shell
16just clone-justfiles
17```
18
19Fetch the os-specific justfile. This will create `${HOME}/.config/just/os-specific.just`.
20
21```shell
22just fetch-os-specific
23```