─── ❖ ── ✦ ── ❖ ───

Associated notes

This note is part of a series about how this blog is set up. See here for an overview.

Windows

  • Install git
  • Install Obsidian, but don’t create a new vault
  • Install GitHub Desktop, select your private repo obsidian-backup and click β€œClone yourusername/obsidian-backup”
  • Change your local path to your liking and click β€œClone”

Obsidian β†’ Open folder as vault β†’ select folder β†’ Trust and enable plugins

Git β†’ Sign in with your browser

Required settings that are not synced

  • Options β†’ Editor β†’ Behavior β†’ Spellcheck languages β†’ Add English
  • Options β†’ Community plugins β†’ Git β†’ Commit message β†’ {{hostname}} placeholder replacement
  • Open Source view: β€œOpen command palette” β†’ β€œGit: Open source control view”

Warning

Empty folders are not saved to git, unless they contain a .gitkeep file (and are thus not empty, duh).

─── ❖ ── ✦ ── ❖ ───