Utensil's Zettelkasten-style forest of evergreen notes on math and tech. utensil.tngl.sh/forest/
0

Configure Feed

Select the types of activity you want to include in your feed.

forest / thm.sh
456 B 10 lines
1#!/bin/bash 2git submodule deinit --all -f 3git rm theme -f 4rip theme 5rip .git/modules/theme 6# git submodule add -f -b fix-data-taxon --name theme https://git.sr.ht/~utensil/forester-base-theme theme 7# git submodule add -f --name theme https://git.sr.ht/~jonsterling/forester-base-theme theme 8git submodule add -f --name theme https://github.com/utensil/forester-base-theme theme 9git submodule update --init --recursive 10git submodule update --remote --merge