Compare commits

...

2 commits

Author SHA1 Message Date
Rodolphe Bréard
d823492136 Add packaging helpers 2023-12-20 17:49:01 +01:00
Rodolphe Bréard
dce8db5dcd Add python-black 2023-12-20 17:47:35 +01:00

View file

@ -14,7 +14,7 @@ pacman -S skim
# Rust # Rust
pacman -S cargo-audit cargo-outdated cargo-release rustup pacman -S cargo-audit cargo-outdated cargo-release rustup
# CLI software # CLI software
pacman -S dog exiv2 gnupg imagemagick mkcert ncdu nmap pass playerctl python-shodan python-weasyprint qrencode rsync shellcheck sqlmap ssh-audit yt-dlp pacman -S dog exiv2 gnupg imagemagick mkcert ncdu nmap pass playerctl python-black python-shodan python-weasyprint qrencode rsync shellcheck sqlmap ssh-audit yt-dlp
# Hyprland # Hyprland
pacman -S hyprland xdg-desktop-portal-hyprland wofi qt5-wayland qt6-wayland pacman -S hyprland xdg-desktop-portal-hyprland wofi qt5-wayland qt6-wayland
pacman -S pipewire wireplumber pipewire-audio pipewire-alsa pipewire-pulse pipewire-jack pipewire-x11-bell pacman -S pipewire wireplumber pipewire-audio pipewire-alsa pipewire-pulse pipewire-jack pipewire-x11-bell
@ -31,6 +31,8 @@ pacman -S unrar p7zip zip unzip minizip
pacman -S wl-clipboard xclip pacman -S wl-clipboard xclip
# MS-DOS # MS-DOS
pacman -S dosfstools mtools pacman -S dosfstools mtools
# AUR
pacman -S pacman-contrib namcap
``` ```
``` sh ``` sh