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