All my obsidian settings and customizations
This repository is a copy of the entire .obsidian
folder from my local Obsidian vault
- Clone this repository locally - to any location
- Copy all the contents of this repository (including
.git/
folder and.gitignore
file) to the.obsidian
folder of your respective vault
Note:
- copying the
.git/
and.gitignore
folder allows you to pull/push any changes to the GitHub respository- Additionally, you can create branches to manage settings for multiple use-cases
- the
workspace
file is ignored since it is relevant to the respective vault.- below lines used in
.gitignore
to ignore files without extension:# Ignore all * # Unignore all with extensions !*.* # Unignore all dirs !*/
- below lines used in