Installation¶
-
Install Homesick:
-
Clone this repository:
-
Create the symlinks:
-
Bootstrap the environment:
Project Workflow (Just)¶
Most tasks in this repo run via just recipes defined in home/justfile and
its submodules in home/.justfiles. Use just --justfile=./home/justfile when
running commands from the repo root.
Common commands:
$ just --justfile=./home/justfile install
$ just --justfile=./home/justfile bootstrap
$ just --justfile=./home/justfile update
$ just --justfile=./home/justfile update-readme-docs
See Just Recipes for the full list of recipes.