monakhos/docs/directories.md

17 lines
975 B
Markdown

# 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)