# justfiles justfiles for automating various tasks on my workstation ## 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 ```