docs: add directories
This commit is contained in:
parent
7cd86cbb9f
commit
6b28ee19d9
1 changed files with 17 additions and 0 deletions
17
docs/directories.md
Normal file
17
docs/directories.md
Normal file
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue