monakhos/ansible/arch_packages.yaml

379 lines
7.2 KiB
YAML
Raw Normal View History

2024-05-22 15:35:11 +00:00
categories:
base:
- util-linux
- less
- git
- tmux
2024-05-27 21:19:04 +00:00
- screen
2024-05-22 15:35:11 +00:00
- openssh
- base-devel
2024-05-27 21:19:04 +00:00
- name: mosh
desc: The best to connect to remote server!
- name: python-pipx
desc: To install python stuff
- name: pacman-contrib
desc: Include pactree
libs:
- protobuf
- libosmium
- name: expat
desc: XML parser lib
hardware:
printing:
- cups
_:
- acpi
- smartmontools # monitor drive (SSD) health
- lshw
- dmidecode # to list memory slots
- usbutils
- brightnessctl
- lm_sensors
2024-05-27 21:19:04 +00:00
network:
- sshfs
- unbound
- networkmanager-openvpn
- openfortivpn
2024-05-22 15:35:11 +00:00
keymap:
- aur/xkb-qwerty-fr
bluetooth:
- bluez
- bluez-utils
- aur/bluetuith
2024-05-22 15:35:11 +00:00
utils:
_:
2024-05-27 21:19:04 +00:00
- bat
- plantuml
2024-06-17 12:52:30 +00:00
- desc: Env loader, export env variables from dotenv file in shell scripts
name: aur/zenv
backup:
- borg
docs:
- man-pages
- man-db
- tldr
- zeal
2024-05-27 21:19:04 +00:00
finder:
2024-05-22 15:35:11 +00:00
- fzf
- ripgrep
- fd
- exa
2024-05-27 21:19:04 +00:00
unix:
- moreutils
- rlwrap
2024-05-22 15:35:11 +00:00
- name: pv
desc: pipe viewer
- name: at
desc: scheduler
2024-05-27 21:19:04 +00:00
automation:
- ansible
- ansible-lint
2024-05-22 15:35:11 +00:00
text_processing:
json:
- jo
- jq
- fx
yaml:
- yq
csv:
- xsv # rust CSV toolkit
language:
ocr:
- tesseract
- tesseract-data-fra
- tesseract-data-eng
spell:
- hunspell
- hunspell-en_us
- hunspell-fr
2024-05-27 21:19:04 +00:00
mail:
- s-nail
fun:
- figlet
- cowsay
- aur/boxes
- fortune-mod
2024-05-22 15:35:11 +00:00
archives:
- unzip
2024-06-07 08:18:11 +00:00
- zip
2024-05-22 15:35:11 +00:00
bureautique:
- unoconv # can be used to export ODT to pdf
- pandoc # general purpose document converter
2024-05-31 16:45:28 +00:00
- typst # an alternative to latex
2024-07-02 16:22:13 +00:00
- aur/marp-cli-bin # create presentation from markdown
2024-06-03 21:01:09 +00:00
latex:
- texlive-basic
- texlive-latex
- texlive-latexrecommended
- texlive-fontsrecommended
- texlive-fontsextra
2024-05-22 15:35:11 +00:00
math:
- libqalculate # qalc
2024-05-27 21:19:04 +00:00
git:
- aur/gitwatch-git
- tig
2024-05-22 15:35:11 +00:00
network:
2024-05-27 21:19:04 +00:00
http:
- jwt-cli
- curl
- wget
- miniserve
- mitmproxy
- name: trurl
desc: URL processing
2024-07-02 16:22:13 +00:00
- name: aur/oauth2c
desc: OAuth2 client
dns:
- bind
2024-05-27 21:19:04 +00:00
_:
- nmap
- wireguard-tools
- tcpdump
- socat # TCP proxy or relay
- rsync
- rclone
- whois
- traceroute
- nload
2024-06-10 16:21:54 +00:00
inspection:
- strace
- wireshark-cli
- name: binwalk
desc: Inspect a binary to search for embeded files and binaries (https://www.kali.org/tools/binwalk/)
- name: aur/libtree
desc: Inspect a binary and output of tree of system libraries
# dnsrecon
# httrack https://www.kali.org/tools/httrack/
2024-05-22 15:35:11 +00:00
fs:
- lsof
- name: ncdu
desc: Disk usage explorer
2024-05-22 15:35:11 +00:00
tui:
browser:
- w3m
2024-05-27 21:19:04 +00:00
files:
- lf
security:
- siege
monitoring:
- htop
2024-05-31 16:45:28 +00:00
- btop
2024-05-27 21:19:04 +00:00
android:
- scrcpy
- kdeconnect
geo: []
#- aur/osmium-tool
2024-05-31 06:53:35 +00:00
random_gen:
- python-faker
2024-05-31 06:53:35 +00:00
- aur/uuid
2024-05-22 15:35:11 +00:00
multimedia:
2024-07-02 16:22:13 +00:00
youtube:
- yt-dlp
- name: ytfzf
desc: Look for youtube video
_:
- ffmpeg
- imagemagick
- mpv
- zbar
- zint
- qrencode
- newsboat
2024-05-22 15:35:11 +00:00
password:
2024-05-22 15:35:11 +00:00
- gopass
- pass
2024-05-22 15:35:11 +00:00
virtualization:
- qemu-base
- name: guestfs-tools
desc: include the very useful virt-customize
- name: libguestfs
desc: include virt-install
docker:
- docker
2024-05-27 21:19:04 +00:00
programming:
2024-05-31 16:45:28 +00:00
_:
- name: just
desc: "Handy way to save project-specific commands"
2024-05-27 21:19:04 +00:00
sqlite:
- sqlite
- aur/litecli
2024-05-22 15:35:11 +00:00
editor:
- vim
- neovim
2024-05-22 15:35:11 +00:00
- helix
c:
- gcc
2024-06-11 11:10:38 +00:00
- clang
2024-05-22 15:35:11 +00:00
- make
2024-05-26 20:17:13 +00:00
- cmake
- libxkbcommon
2024-05-27 21:19:04 +00:00
- raylib
2024-06-07 08:18:11 +00:00
- libzip
2024-05-27 21:19:04 +00:00
lsp:
- gopls
- rust-analyzer
2024-06-11 11:10:38 +00:00
- typst-lsp
2024-06-11 15:22:00 +00:00
- vscode-css-languageserver
2024-06-11 11:10:38 +00:00
- pyright
- typescript-language-server
- svelte-language-server
- lua-language-server
2024-07-02 16:22:13 +00:00
rust:
- cargo-watch
2024-05-27 21:19:04 +00:00
# - rustup
dbs:
- redis
2024-05-31 16:45:28 +00:00
- postgresql
- postgis
2024-05-27 21:19:04 +00:00
python:
_:
- python-pip
- python-poetry
2024-05-27 21:19:04 +00:00
lint:
- ruff
lua:
- lua
web:
- caddy
static:
- hugo
2024-05-22 15:35:11 +00:00
shell:
- fish
- aur/fish-fzf
2024-05-26 20:17:13 +00:00
- zoxide
2024-05-22 15:35:11 +00:00
- name: dash
desc: Simple POSIX compliant shell
- name: shellcheck
2024-05-22 15:35:11 +00:00
desc: Static analyzer for shell script
2024-05-27 21:19:04 +00:00
audio:
2024-05-22 15:35:11 +00:00
control:
2024-05-27 21:19:04 +00:00
- name: pavucontrol
desc: GTK GUI
- name: pulsemixer
desc: pulseaudio TUI
2024-05-22 15:35:11 +00:00
desktop:
wayland:
2024-07-02 17:25:43 +00:00
# https://github.com/natpen/awesome-wayland
2024-05-27 21:19:04 +00:00
_:
2024-07-02 17:25:43 +00:00
- sway
2024-05-27 21:19:04 +00:00
- wev
- wtype
- wl-clipboard
2024-06-10 09:07:43 +00:00
- i3status-rust
2024-05-27 21:19:04 +00:00
- swaylock
- swayidle
- swayimg
2024-07-02 17:25:43 +00:00
- name: wofi
desc: Remplacement for rofi
2024-06-11 11:10:38 +00:00
- name: aur/swayhide
2024-06-10 09:07:43 +00:00
desc: Allow swallowing
2024-07-02 16:22:13 +00:00
- xdg-desktop-portal-wlr
2024-07-02 17:25:43 +00:00
display:
- desc: GUI display controlkk
name: aur/wdisplays
- name: kanshi
desc: |
Dynamic output configuration
Will auto change the screen conf when screen is plugged/unplugged
2024-05-27 21:19:04 +00:00
color_picker:
- aur/hyprpicker
notification:
- dunst
screenshot:
- grim
- name: slurp
desc: region screenshoting
2024-05-22 15:35:11 +00:00
desktop_utils:
- cliphist
GUI:
2024-05-27 21:19:04 +00:00
files:
- nautilus
- cheese
2024-05-22 15:35:11 +00:00
browser:
- firefox-developer-edition
- torbrowser-launcher
2024-05-26 20:17:13 +00:00
- aur/brave-bin
2024-05-22 15:35:11 +00:00
terminal_emulator:
- alacritty
mail:
- thunderbird
2024-05-27 21:19:04 +00:00
communication:
- signal-desktop
- name: fractal
desc: matrix client that seem to work in Rust
upstream: https://gitlab.gnome.org/World/fractal
2024-05-27 21:19:04 +00:00
document:
viewer:
- zathura
- zathura-pdf-poppler
- zathura-djvu
editor:
- xournalpp
2024-05-22 15:35:11 +00:00
images:
2024-05-27 21:19:04 +00:00
viewer:
- nsxiv
- gthumb
creation:
2024-05-22 15:35:11 +00:00
art:
- krita
svg:
- inkscape
2024-05-27 21:19:04 +00:00
audio:
- tenacity
- songrec
2024-06-11 15:22:00 +00:00
- aur/clementine
2024-05-27 21:19:04 +00:00
video:
- cheese
- celluloid
2024-05-27 21:19:04 +00:00
- vlc
- obs-studio
#- kdenlive
2024-05-27 21:19:04 +00:00
3d:
- openscad
- blender
2024-05-22 15:35:11 +00:00
bureautique:
- libreoffice-still
geo:
- aur/mepo
2024-05-27 21:19:04 +00:00
- qgis
prog:
- name: dbeaver
tags: ['heavy-gui']
remote_access:
- remmina
#- remmina-plugin-rdesktop
2024-05-22 15:35:11 +00:00
_:
- name: aur/screen-message
description: Utility to write in big on the screen
2024-06-10 16:21:54 +00:00
inspection:
- wireshark-qt
2024-05-22 15:35:11 +00:00
fonts:
2024-05-27 21:19:04 +00:00
- ttf-roboto
- ttf-opensans
- ttf-liberation
2024-05-22 15:35:11 +00:00
- ttf-font-awesome
- ttf-fira-code
- ttf-firacode-nerd
2024-05-27 21:19:04 +00:00
- aur/ttf-sourcesanspro
- aur/ttf-bona-nova
2024-06-20 16:54:14 +00:00
- name: noto-fonts-emoji
desc: Google emoji fonts, required for fractal