From 6b28ee19d98e82d1fb76cb9072bccf1a4c1d620d Mon Sep 17 00:00:00 2001 From: Matthieu Bessat Date: Mon, 9 Sep 2024 00:39:58 +0200 Subject: [PATCH] docs: add directories --- docs/directories.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/directories.md diff --git a/docs/directories.md b/docs/directories.md new file mode 100644 index 0000000..e314e0b --- /dev/null +++ b/docs/directories.md @@ -0,0 +1,17 @@ +# MonakhOS directories + +Here are the path conventions we use to store files. + +- `~/junk` - Very temp files (experiments) +- `~/triage` - Files to keep but to triage later to others directories for long-term storage +- `~/workspace` - Store all code git clone being worked on +- `~/.hidden/local_secrets` - Long-term secrets that are unique and specific to this device. (Eg. forge token, LUKS for external USB thumbdrive, gotify token) +- `~/.cache/secrets` - Cookie jar for temporary secrets (less that 1 month), can be regenerated quickly with a command. +- `~/.vaults` - To store [Pass](https://www.passwordstore.org/) directories (a profile per directory) +- `~/medias` - Store long-term medias (like offline audio and videos) +- `~/notebooks` - Store all monakhos notebooks +- `~/quick` - Store transitive content and medias + - `~/quick/notes` + - `~/quick/screenshots` +- `~/.apps` - Store manually installed linux apps and programs (AppImages or manually built binaries) +