Initial commit: Vault setup with .gitignore

This commit is contained in:
Voidex 2025-05-21 02:51:04 -05:00
commit f68821a4f3
142 changed files with 77519 additions and 0 deletions

View file

@ -0,0 +1,23 @@
---
title:
author:
tags: []
aliases:
status:
---
## 📘 Summary
*A concise overview of the books core idea in 23 sentences.*
## 🧠 Key Ideas
- Idea 1
- Idea 2
## 💡 Insights & Quotes
> *Notable quote or idea with a short note*
## 🛠 How to Use
- Apply [concept] in [context/project]
- Reflect on [habit/behavior]
## 🔗 Related
-

View file

@ -0,0 +1,21 @@
---
title:
language:
tags: []
aliases:
status:
---
## 📄 Purpose
*Why this snippet/concept is useful.*
## 💻 Code
```
```
## ✅ Best Practices
-
## 🚫 Common Pitfalls
-
## 🔗 Related

View file

@ -0,0 +1,16 @@
---
title:
tags: []
aliases:
status:
---
## 📌 Definition
*Clear 12 sentence explanation of the concept.*
## 🎯 Why It Matters
*Explain the practical importance or when its used.*
## ✅ Best Practices
-
## 🚫 Common Mistakes
-
## 🔗 Related

View file

@ -0,0 +1,20 @@
---
title:
tags: []
aliases:
status:
---
## 📚 What This Covers
*One-liner describing the scope of reference.*
## 🔤 Commands / Syntax / Examples
-
## 📌 Notes
- Things to remember
- Tiny quirks or examples
## 🔗 Related
- [[Linux: Permissions]]
- [[Git: Branching]]

View file

@ -0,0 +1,24 @@
---
title:
tags: []
aliases:
status:
---
## 🔧 Purpose
*What problem does this workflow solve?*
## 🔂 Steps
1. Step-by-step breakdown
2. Include tools/commands if needed
## 🛠 Tools & Resources
- Tool Name Link
- CLI:
## ⚠️ Gotchas
- Common pitfalls
- Tool limits
## 🔗 Related
-