Files
zmVault/create-your-own-vault.md
T

705 B

title, tags
title tags
Create Your Own Vault
topic/meta

Create Your Own Vault

Setup Obsidian

  1. Download and install Obsidian

  2. Open Obsidian and select "Create New Vault".

Create a GitHub Repository

  1. Create a GitHub account if you don't have one already.

  2. Install git via the winget package manager:

winget install Git.Git

%% TODO: %%

Create and Push your Vault

git init
git commit -m "initial commit"
git branch -M main
git remote add origin https://github.com/ExampleName/myVault.git
git push -u origin main

Set Up Your Vault

Add and enable the Git Community Plugin.

%% TODO: %%