xxwhirlpool
·
2026-03-27
justfile
1local:
2 stow -v -t ~ "config" --adopt
3 stow -v -t ~ "scripts" --adopt
4
5pull:
6 git pull bytes main
7 stow -v -t ~ "config" --adopt
8 stow -v -t ~ "scripts" --adopt
9
10site:
11 git pull bytes main
12 ./dots_gotm_site.sh