Compare commits

..

No commits in common. "a76cec49174b3efe9f6a1c09508c95f6e9d84650" and "023bbed76cfdfb9e3b85df647c1892e5ffe4421d" have entirely different histories.

4 changed files with 2 additions and 31 deletions

View file

@ -129,9 +129,6 @@ common:
- name: aur/marp-cli-bin - name: aur/marp-cli-bin
desc: create presentation from markdown desc: create presentation from markdown
- graphviz - graphviz
pdf:
- aur/ocrmypdf
- aur/wkhtmltopdf-static
latex: latex:
- texlive-basic - texlive-basic
- texlive-latex - texlive-latex
@ -167,7 +164,6 @@ common:
kafka: kafka:
- name: aur/kcat-cli - name: aur/kcat-cli
desc: Kafka cat desc: Kafka cat
- aur/avro-c
encoding: encoding:
avro: avro:
- aur/avro-tools - aur/avro-tools

View file

@ -1,5 +1,2 @@
# make available machine name alias machine-name="{{ device_name }}"
alias machine-name="echo {{ device_name }}"
export MACHINE_NAME="{{ device_name }}"

View file

@ -309,12 +309,7 @@
path: "{{ home }}/quick/screenshots" path: "{{ home }}/quick/screenshots"
state: directory state: directory
recurse: true recurse: true
- name: Setup long-term local secrets - name: Setup temporary secrets folder (cookies jar)
file:
path: "{{ home }}/.hidden/local_secrets"
state: directory
recurse: true
- name: Setup temporary secrets folder
file: file:
path: "{{ home }}/.cache/secrets/" path: "{{ home }}/.cache/secrets/"
state: directory state: directory

View file

@ -1,17 +0,0 @@
# 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)