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 ./dots_gotm_site.sh
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 ./dots_gotm_site.sh