Added intro to README, formatting & clarification

main
capntack 1 year ago
parent 78f840a9de
commit 137bbc375d

@ -4,7 +4,11 @@
<br>
<place-holder>
I ascribe to the [PARA Method](https://fortelabs.com/blog/para/) for organizing my to-do and [personal knowledge management](https://en.wikipedia.org/wiki/Personal_knowledge_management) / [second brain](https://fortelabs.com/blog/basboverview/) systems. A deep dive on how all of that works is out of the scope of this repo (if I ever write a blog post on it, I will link that here). But the short of it regarding how it applies here is that you sort everything into 4, and only 4, root directories in order of actionability: "Projects", "Areas", "Resources", and "Archives". And you only go one subdirectory deep within thos. As you will see below, I've expanded on that when it comes to my entire working file structure on my computers. I've aded "Inbox", User Directories", "Programs", and "DevMin" (my personal term for dev/git/admin type work on my homelab). And I also am not afraid to have as many subdirectories as necessary.
I've designed this system to be as portable as possible from one system to another, and from Linux to Windows. You could just about copy and paste the second brain root directory from any one to any other. Update a few symlinks if you're using them. And then point the system's user directories to their new locations, as appropriate.
My primary reason for uploading this here is to give myself an easy place to refer to it. But I figured I might as well make it public for others. I doubt anyone will use it exactly as I have it written down here, but hopefully you can find inspiration from it. As I update, I will move the now out of date versions to the `prior-versions.md` file and replace them with the new ones here in the `README.md` to keep the files in this repo at a minimum.
<br>
@ -28,8 +32,9 @@
<br>
### Linux Structure for v1.0.0
- **$HOME**
- **source-of-truth** >> second brain root directory
- **file-structure-root** >> the root directory for everything that follows
> Name this directory how you like, and place it wherever you please. Tho I recommend your $HOME directory.
- **00-inbox** >> default Desktop directory
- **downloads** >> default Downloads directory
- **scans** >> for printer/scanner to upload to
@ -76,7 +81,7 @@
- **public-directory** >> default Public directory
- **videos** >> default Videos directory
- **60-programs** >> portable apps and the like
- **70-devmin** >> to do any dev/git/etc work out of
- **70-devmin** >> to do any dev/git/admin work out of
- **repos** >> for git/svc/etc repos
- ${VERSION-CONTROL-SYSTEM-DIRECTORIES}
- ${PROJECT-DIRECTORIES}
@ -89,8 +94,9 @@
<br>
### Windows Structure for v1.0.0
- **$HOME**
- **source-of-truth** >> second brain root directory
- **file-structure-root** >> the root directory for everything that follows
> Name this directory how you like, and place it wherever you please. Tho I recommend your $HOME directory.
- **00-inbox** >> default Desktop directory
- **downloads** >> default Downloads directory
- **scans** >> for printer/scanner to upload to
@ -132,7 +138,7 @@
- **public-directory** >> simply here for parity between Linux & Windows setups
- **videos** >> default Videos directory
- **60-programs** >> portable apps and the like
- **70-devmin** >> to do any dev/git/etc work out of
- **70-devmin** >> to do any dev/git/admin work out of
- **repos** >> for git/svc/etc repos
- ${VERSION-CONTROL-SYSTEM-DIRECTORIES}
- ${PROJECT-DIRECTORIES}

@ -20,7 +20,8 @@
### Windows Structure for v0.1.0
- **Documents** >> default Documents directory
- **!Source of Truth** >> second brain root directory
- **file-structure-root** >> the root directory for everything that follows
> Name this directory how you like
- **00-Inbox** >> default Desktop directory
- **!Downloads** >> default Downloads directory
- **!Scans** >> for printer/scanner to upload to

Loading…
Cancel
Save