dotfiles/justfile

18 lines
218 B
Makefile
Raw Normal View History

2024-08-02 11:12:36 +02:00
set shell := ["/usr/bin/env", "bash", "-euo", "pipefail", "-c"]
[private]
default:
@just --list
clean:
nh clean all
build:
nh home build .
switch:
nh home switch .
update:
nh home switch --update --ask .