# justfiles justfiles for automating various tasks on my workstation ## Expected workflow Clone this repo to `${HOME}/.config/just`. ```shell git clone git@tildegit.org:hyperreal/justfiles "${HOME}/.config/just" ``` Symlink the main justfile to `~/`. ```shell ln -sf ~/.config/just/.justfile ``` Optionally, fetch the gaming justfile. This will create `${HOME}/.config/just/gaming.just`. ```shell just fetch-gaming ```