this repo has no description
2
fork

Configure Feed

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

misc: add all subfolders of vimwiki to git sync service

+1 -1
+1 -1
home/profiles/sync/kitaab/default.nix
··· 13 13 pushd kalpana/ 14 14 fennel main.fnl 15 15 popd 16 - git add -A ./vimwiki/ 16 + git add -A ./vimwiki/** 17 17 git diff-index --quiet HEAD || git commit -m 'syncing kitaab' # if nothing, don't exit 1 18 18 git push 19 19 exit 0