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.gitignorefile) to the.obsidianfolder of your respective vault
Note:
- copying the
.git/and.gitignorefolder allows you to pull/push any changes to the GitHub respository- Additionally, you can create branches to manage settings for multiple use-cases
- the
workspacefile is ignored since it is relevant to the respective vault.- below lines used in
.gitignoreto ignore files without extension:# Ignore all * # Unignore all with extensions !*.* # Unignore all dirs !*/
- below lines used in