Welcome to my personal external brain! This repository serves as a centralized hub for my notes, reminders, quick guides, automated scripts, and useful links. I keep everything here so I don't have to spend mental energy remembering them.
While this is primarily built for my own daily workflow, feel free to explore, reference, or adapt anything you find useful!
The repository is organized into logical directories to make finding information seamless:
- Guides & Walkthroughs (
/guides): Step-by-step technical tutorials and deployment playbooks. - Scripts & Snippets (
/scripts): Automation tools, shell configurations, and useful code snippets. - Reminders & Cheatsheets (
/cheatsheets): Quick-reference commands and syntax shortcuts for daily tools. - Curated Links (
/links): A collection of high-quality articles, documentation, and tools I frequently visit. - General Notes (
/etc): Thoughts, brainstorming sessions, and scratchpad documentation.
If you want to use or browse this repository locally:
- Clone the repository:
git clone https://github.com/gbgabiola/notes.git
- Search through notes:
If you use VS Code, pressCtrl+Shift+F(orCmd+Shift+Fon Mac) to search globally across all markdown files. Alternatively, usegreporripgrepin your terminal:rg "your-search-term"
Everything in this repository is provided "as-is." Since these are personal notes, things might be incomplete, opinionated, or tailored specifically to my local machine environment and preferences. Use scripts and configurations with caution!
Feel free to star ⭐️ this repository if you find any of the guides or scripts helpful!