vault backup: 2026-03-03 12:21:57
This commit is contained in:
+6
-24
@@ -12,6 +12,12 @@ dg-publish: true
|
||||
---
|
||||
# Windows Setup
|
||||
|
||||
> [!info]
|
||||
> This note is step-by-step instructions to clone this repository,
|
||||
> that is, _my notebook_ to your own Windows PC.
|
||||
> If you only want to create your own vault,
|
||||
> see [[create-your-own-vault]].
|
||||
|
||||
## Clone This Vault
|
||||
|
||||
1. Create a [GitHub](https://github.com/)
|
||||
@@ -52,27 +58,3 @@ is to delete the folder and re-clone.
|
||||
## Setup Obsidian
|
||||
|
||||
1. Download and install [Obsidian](https://obsidian.md/)
|
||||
|
||||
## Create Your Own Vault
|
||||
|
||||
### Create a GitHub Repository
|
||||
|
||||
%% TODO: %%
|
||||
|
||||
### Create and Push your Vault
|
||||
|
||||
```
|
||||
mkdir myVault
|
||||
git init
|
||||
git add README.md
|
||||
git commit -m "first 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: %%
|
||||
|
||||
Reference in New Issue
Block a user