๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

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

add justfile

+8 -1
+2 -1
.stow-local-ignore
··· 5 5 \.tangled 6 6 \.config/jj/repos 7 7 \.rumdl_cache 8 - fish_variables 9 8 9 + fish_variables 10 10 install.sh 11 11 packages.txt 12 + justfile
+6
justfile
··· 1 + @_default: 2 + just --list 3 + 4 + sync: 5 + jj git fetch 6 + jj new main