Compare commits
No commits in common. "2c8c885ffd471ddc0b9570176aaa3f27762a7dc3" and "6dff36860dae3c1e4fb54b792c631607374d1b88" have entirely different histories.
2c8c885ffd
...
6dff36860d
3 changed files with 9 additions and 18 deletions
|
|
@ -229,6 +229,7 @@ common:
|
||||||
url: https://www.kali.org/tools/binwalk/
|
url: https://www.kali.org/tools/binwalk/
|
||||||
- name: aur/libtree
|
- name: aur/libtree
|
||||||
desc: Inspect a binary and output of tree of system libraries
|
desc: Inspect a binary and output of tree of system libraries
|
||||||
|
|
||||||
fs:
|
fs:
|
||||||
- lsof
|
- lsof
|
||||||
- name: ncdu
|
- name: ncdu
|
||||||
|
|
@ -263,9 +264,6 @@ common:
|
||||||
multimedia:
|
multimedia:
|
||||||
audio:
|
audio:
|
||||||
- opus-tools
|
- opus-tools
|
||||||
communication:
|
|
||||||
- name: aur/sigtop-git
|
|
||||||
desc: Messages and attahcments backup program for Signal Desktop
|
|
||||||
|
|
||||||
cli_frontends:
|
cli_frontends:
|
||||||
forges:
|
forges:
|
||||||
|
|
|
||||||
|
|
@ -311,17 +311,12 @@
|
||||||
recurse: true
|
recurse: true
|
||||||
- name: Setup long-term local secrets
|
- name: Setup long-term local secrets
|
||||||
file:
|
file:
|
||||||
path: "{{ home }}/.local/secrets"
|
path: "{{ home }}/.hidden/local_secrets"
|
||||||
state: directory
|
|
||||||
recurse: true
|
|
||||||
- name: Setup directory to contains local root CA
|
|
||||||
file:
|
|
||||||
path: "{{ home }}/.local/secrets/root_ca"
|
|
||||||
state: directory
|
state: directory
|
||||||
recurse: true
|
recurse: true
|
||||||
- name: Setup temporary secrets folder
|
- name: Setup temporary secrets folder
|
||||||
file:
|
file:
|
||||||
path: "{{ home }}/.cache/secrets"
|
path: "{{ home }}/.cache/secrets/"
|
||||||
state: directory
|
state: directory
|
||||||
recurse: true
|
recurse: true
|
||||||
- name: Setup vaults dir gpg home
|
- name: Setup vaults dir gpg home
|
||||||
|
|
|
||||||
|
|
@ -2,18 +2,16 @@
|
||||||
|
|
||||||
Here are the path conventions we use to store files.
|
Here are the path conventions we use to store files.
|
||||||
|
|
||||||
- `~/workspace` - Store all code git clone being worked on
|
|
||||||
- `~/.local/secrets` - Store general long-term clear secrets that are not protected by a password.
|
|
||||||
- `~/.local/secrets/device` - Long-term secrets that are unique and specific to this device. (Eg. forge client token, LUKS key for external USB thumbdrive, Gotify client token)
|
|
||||||
- `~/.local/secrets/root_ca` - Long-term local Root Certificate authorities private keys.
|
|
||||||
- `~/.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). Secrets protected by encryption.
|
|
||||||
- `~/junk` - Very temp files (experiments)
|
- `~/junk` - Very temp files (experiments)
|
||||||
- `~/triage` - Files to keep but to sort out later to others directories for long-term storage.
|
- `~/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)
|
- `~/medias` - Store long-term medias (like offline audio and videos)
|
||||||
- `~/notebooks` - Store all monakhos notebooks
|
- `~/notebooks` - Store all monakhos notebooks
|
||||||
- `~/quick` - Store transitive content and medias
|
- `~/quick` - Store transitive content and medias
|
||||||
- `~/quick/notes`
|
- `~/quick/notes`
|
||||||
- `~/quick/screenshots`
|
- `~/quick/screenshots`
|
||||||
- `~/.apps` - Store manually installed linux apps and programs (AppImages or manually built binaries) (like a local /opt)
|
- `~/.apps` - Store manually installed linux apps and programs (AppImages or manually built binaries)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue