Compare commits
No commits in common. "a76cec49174b3efe9f6a1c09508c95f6e9d84650" and "023bbed76cfdfb9e3b85df647c1892e5ffe4421d" have entirely different histories.
a76cec4917
...
023bbed76c
4 changed files with 2 additions and 31 deletions
|
@ -129,9 +129,6 @@ common:
|
|||
- name: aur/marp-cli-bin
|
||||
desc: create presentation from markdown
|
||||
- graphviz
|
||||
pdf:
|
||||
- aur/ocrmypdf
|
||||
- aur/wkhtmltopdf-static
|
||||
latex:
|
||||
- texlive-basic
|
||||
- texlive-latex
|
||||
|
@ -167,7 +164,6 @@ common:
|
|||
kafka:
|
||||
- name: aur/kcat-cli
|
||||
desc: Kafka cat
|
||||
- aur/avro-c
|
||||
encoding:
|
||||
avro:
|
||||
- aur/avro-tools
|
||||
|
|
|
@ -1,5 +1,2 @@
|
|||
# make available machine name
|
||||
alias machine-name="echo {{ device_name }}"
|
||||
export MACHINE_NAME="{{ device_name }}"
|
||||
|
||||
alias machine-name="{{ device_name }}"
|
||||
|
||||
|
|
|
@ -309,12 +309,7 @@
|
|||
path: "{{ home }}/quick/screenshots"
|
||||
state: directory
|
||||
recurse: true
|
||||
- name: Setup long-term local secrets
|
||||
file:
|
||||
path: "{{ home }}/.hidden/local_secrets"
|
||||
state: directory
|
||||
recurse: true
|
||||
- name: Setup temporary secrets folder
|
||||
- name: Setup temporary secrets folder (cookies jar)
|
||||
file:
|
||||
path: "{{ home }}/.cache/secrets/"
|
||||
state: directory
|
||||
|
|
|
@ -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)
|
||||
|
Loading…
Reference in a new issue