fix(packages): YAML syntax
This commit is contained in:
parent
b746f04cef
commit
0983d7c03d
1 changed files with 28 additions and 16 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,8 +194,7 @@ common:
|
|||
android:
|
||||
- scrcpy
|
||||
- kdeconnect
|
||||
geo: []
|
||||
#- aur/osmium-tool
|
||||
geo: [] # todo
|
||||
random_gen:
|
||||
- python-faker
|
||||
- aur/uuid
|
||||
|
@ -410,7 +420,6 @@ common:
|
|||
- celluloid
|
||||
- vlc
|
||||
- obs-studio
|
||||
#- kdenlive
|
||||
3d:
|
||||
- openscad
|
||||
- blender
|
||||
|
@ -426,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
|
||||
|
@ -459,3 +468,6 @@ hashicorp:
|
|||
- name: vault
|
||||
alias: hvault
|
||||
|
||||
extra_video:
|
||||
- name: kdenlive
|
||||
desc: video editor
|
||||
|
|
Loading…
Reference in a new issue