Compare commits
3 commits
63ff7c7e1e
...
c3aca0eaeb
Author | SHA1 | Date | |
---|---|---|---|
c3aca0eaeb | |||
0983d7c03d | |||
b746f04cef |
3 changed files with 34 additions and 18 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
---
|
||||||
common:
|
common:
|
||||||
base:
|
base:
|
||||||
- linux-headers
|
- linux-headers
|
||||||
|
@ -31,9 +32,11 @@ common:
|
||||||
- ddcutil
|
- ddcutil
|
||||||
_:
|
_:
|
||||||
- acpi
|
- acpi
|
||||||
- smartmontools # monitor drive (SSD) health
|
- name: smartmontools
|
||||||
|
desc: monitor drive (SSD) health
|
||||||
- lshw
|
- lshw
|
||||||
- dmidecode # to list memory slots
|
- name: dmidecode
|
||||||
|
desc: to list memory slots
|
||||||
- usbutils
|
- usbutils
|
||||||
- brightnessctl
|
- brightnessctl
|
||||||
- lm_sensors
|
- lm_sensors
|
||||||
|
@ -88,10 +91,11 @@ common:
|
||||||
- fx
|
- fx
|
||||||
- name: jc
|
- name: jc
|
||||||
desc: Adapter to convert regular command to JSON output
|
desc: Adapter to convert regular command to JSON output
|
||||||
yaml:
|
yaml:
|
||||||
- yq
|
- yq
|
||||||
csv:
|
csv:
|
||||||
- xsv # rust CSV toolkit
|
- name: xsv
|
||||||
|
desc: rust CSV toolkit
|
||||||
language:
|
language:
|
||||||
ocr:
|
ocr:
|
||||||
- tesseract
|
- tesseract
|
||||||
|
@ -103,7 +107,7 @@ common:
|
||||||
- hunspell-fr
|
- hunspell-fr
|
||||||
mail:
|
mail:
|
||||||
- s-nail
|
- s-nail
|
||||||
fun:
|
fun:
|
||||||
- figlet
|
- figlet
|
||||||
- cowsay
|
- cowsay
|
||||||
- aur/boxes
|
- aur/boxes
|
||||||
|
@ -112,10 +116,14 @@ common:
|
||||||
- unzip
|
- unzip
|
||||||
- zip
|
- zip
|
||||||
bureautique:
|
bureautique:
|
||||||
- unoconv # can be used to export ODT to pdf
|
- name: unoconv
|
||||||
- pandoc # general purpose document converter
|
desc: can be used to export ODT to pdf
|
||||||
- typst # an alternative to latex
|
- name: pandoc
|
||||||
- aur/marp-cli-bin # create presentation from markdown
|
desc: general purpose document converter
|
||||||
|
- name: typst
|
||||||
|
desc: an alternative to latex
|
||||||
|
- name: aur/marp-cli-bin
|
||||||
|
desc: create presentation from markdown
|
||||||
- graphviz
|
- graphviz
|
||||||
latex:
|
latex:
|
||||||
- texlive-basic
|
- texlive-basic
|
||||||
|
@ -124,7 +132,8 @@ common:
|
||||||
- texlive-fontsrecommended
|
- texlive-fontsrecommended
|
||||||
- texlive-fontsextra
|
- texlive-fontsextra
|
||||||
math:
|
math:
|
||||||
- libqalculate # qalc
|
- name: libqalculate
|
||||||
|
desc: Provide Qalc
|
||||||
git:
|
git:
|
||||||
- aur/gitwatch-git
|
- aur/gitwatch-git
|
||||||
- tig
|
- tig
|
||||||
|
@ -150,7 +159,8 @@ common:
|
||||||
- gnu-netcat
|
- gnu-netcat
|
||||||
- wireguard-tools
|
- wireguard-tools
|
||||||
- tcpdump
|
- tcpdump
|
||||||
- socat # TCP proxy or relay
|
- name: socat
|
||||||
|
desc: TCP proxy or relay
|
||||||
- rsync
|
- rsync
|
||||||
- rclone
|
- rclone
|
||||||
- whois
|
- whois
|
||||||
|
@ -160,7 +170,8 @@ common:
|
||||||
- strace
|
- strace
|
||||||
- wireshark-cli
|
- wireshark-cli
|
||||||
- name: binwalk
|
- name: binwalk
|
||||||
desc: Inspect a binary to search for embeded files and binaries (https://www.kali.org/tools/binwalk/)
|
desc: Inspect a binary to search for embeded files and binaries
|
||||||
|
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
|
||||||
|
|
||||||
|
@ -183,11 +194,14 @@ common:
|
||||||
android:
|
android:
|
||||||
- scrcpy
|
- scrcpy
|
||||||
- kdeconnect
|
- kdeconnect
|
||||||
geo: []
|
geo: [] # todo
|
||||||
#- aur/osmium-tool
|
|
||||||
random_gen:
|
random_gen:
|
||||||
- python-faker
|
- python-faker
|
||||||
- aur/uuid
|
- aur/uuid
|
||||||
|
hashing:
|
||||||
|
- name: aur/apache-tools
|
||||||
|
desc: provide htpasswd
|
||||||
|
- argon2
|
||||||
|
|
||||||
cli_frontends:
|
cli_frontends:
|
||||||
forges:
|
forges:
|
||||||
|
@ -406,7 +420,6 @@ common:
|
||||||
- celluloid
|
- celluloid
|
||||||
- vlc
|
- vlc
|
||||||
- obs-studio
|
- obs-studio
|
||||||
#- kdenlive
|
|
||||||
3d:
|
3d:
|
||||||
- openscad
|
- openscad
|
||||||
- blender
|
- blender
|
||||||
|
@ -422,7 +435,7 @@ common:
|
||||||
desc: Light QT GUI to navigate sqlite
|
desc: Light QT GUI to navigate sqlite
|
||||||
remote_access:
|
remote_access:
|
||||||
- remmina
|
- remmina
|
||||||
#- remmina-plugin-rdesktop
|
- aur/remmina-plugin-rdesktop
|
||||||
_:
|
_:
|
||||||
- name: aur/screen-message
|
- name: aur/screen-message
|
||||||
description: Utility to write in big on the screen
|
description: Utility to write in big on the screen
|
||||||
|
@ -455,3 +468,6 @@ hashicorp:
|
||||||
- name: vault
|
- name: vault
|
||||||
alias: hvault
|
alias: hvault
|
||||||
|
|
||||||
|
extra_video:
|
||||||
|
- name: kdenlive
|
||||||
|
desc: video editor
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/sh
|
#!/usr/bin/sh
|
||||||
|
|
||||||
/usr/bin/gitwatch -r -R origin -s 300 -m "docs: update from {{ device_name }}" {{ home }}/notebooks/$1
|
/usr/bin/gitwatch -r origin -R -s 300 -m "docs: update from {{ device_name }}" {{ home }}/notebooks/$1
|
||||||
|
|
|
@ -4,7 +4,7 @@ Description=Sync popequer notebook with git
|
||||||
[Service]
|
[Service]
|
||||||
# the buffer period in seconds 5min = 300s
|
# the buffer period in seconds 5min = 300s
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart={{ home }}/.local/bin/gitwatch /%i
|
ExecStart={{ home }}/.local/bin/ppq_gitwatch %i
|
||||||
ExecStop=/bin/true
|
ExecStop=/bin/true
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=30
|
RestartSec=30
|
||||||
|
|
Loading…
Reference in a new issue