Skip to content

Instantly share code, notes, and snippets.

View pvroegh's full-sized avatar

Patrick Vroegh pvroegh

View GitHub Profile
@tallguyjenks
tallguyjenks / code.sh
Last active February 21, 2025 08:51
ZettelKasten Sync Code
# To permanently cache the credentials
git config --global credential.helper store
# To ignore files that could cause issues across different workspaces
touch .gitignore
echo ".obsidian/cache
.trash/
.DS_Store" > .gitignore