Skip to content

Commit 678de4e

Browse files
cameronsjoclaude
andcommitted
chore(obsidian): add git plugin, Cupertino theme, and Ghostty snippet
- Add obsidian-git plugin for vault sync - Add Cupertino theme - Add Ghostty terminal CSS snippet - Update appearance and plugin config Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c8fdd4d commit 678de4e

9 files changed

Lines changed: 1992 additions & 4 deletions

File tree

.obsidian/appearance.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
{}
1+
{
2+
"cssTheme": "Cupertino",
3+
"interfaceFontFamily": "Atkinson Hyperlegible",
4+
"textFontFamily": "Atkinson Hyperlegible",
5+
"accentColor": "",
6+
"baseFontSize": 14,
7+
"translucency": true,
8+
"enabledCssSnippets": [
9+
"ghostty"
10+
]
11+
}

.obsidian/community-plugins.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"mcp-tools",
44
"smart-connections",
55
"dataview",
6-
"templater-obsidian"
7-
]
6+
"templater-obsidian",
7+
"obsidian-git"
8+
]

.obsidian/plugins/obsidian-git/main.js

Lines changed: 426 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"author": "Vinzent",
3+
"authorUrl": "https://github.com/Vinzent03",
4+
"id": "obsidian-git",
5+
"name": "Git",
6+
"description": "Integrate Git version control with automatic backup and other advanced features.",
7+
"isDesktopOnly": false,
8+
"fundingUrl": "https://ko-fi.com/vinzent",
9+
"version": "2.35.2"
10+
}

0 commit comments

Comments
 (0)