add qemu package, reorg package list
This commit is contained in:
parent
d2798fd99b
commit
dd52f1afe6
@ -4,39 +4,33 @@ cd "$(dirname "$(readlink -f -- "$0")")/_install"
|
|||||||
|
|
||||||
PACKAGES=(
|
PACKAGES=(
|
||||||
|
|
||||||
# system
|
|
||||||
linux base linux-firmware lvm2 sudo polkit # base
|
linux base linux-firmware lvm2 sudo polkit # base
|
||||||
pulseaudio pulseaudio-bluetooth bluez bluez-utils networkmanager udisks2 # device management
|
pulseaudio pulseaudio-bluetooth bluez bluez-utils networkmanager udisks2 # device management
|
||||||
openssh man-db htop # admin utils
|
openssh man-db htop # admin utils
|
||||||
|
|
||||||
# generic runtime
|
nodejs dash jq # runtime
|
||||||
nodejs dash
|
qemu-system-x86 # virt
|
||||||
|
|
||||||
|
vifm vim less # nav & edit
|
||||||
|
vim-ale vim-fugitive # vim plugins
|
||||||
|
|
||||||
# cli programs
|
|
||||||
vifm vim less # navigation & editors
|
|
||||||
just shellcheck # shell scripting
|
just shellcheck # shell scripting
|
||||||
hugo miniserve neomutt translate-shell # www
|
git zip # data processing
|
||||||
gnupg pass pass-otp # crypt
|
gnupg pass pass-otp # crypt
|
||||||
jq libqalculate imagemagick # data processing
|
imv mpv imagemagick gimp # media
|
||||||
git zip # others
|
libqalculate translate-shell # utils
|
||||||
|
sqlitebrowser qt5-wayland # db
|
||||||
|
libreoffice-still # docs
|
||||||
|
|
||||||
|
qutebrowser qt6-wayland # web browsing
|
||||||
|
hugo miniserve # web utils
|
||||||
|
neomutt telegram-desktop # communication
|
||||||
|
|
||||||
# desktop env
|
greetd sway swaybg swayidle # desktop basic
|
||||||
greetd sway swaybg swayidle # basic
|
|
||||||
foot bemenu-wayland i3blocks mako libnotify # terminals, ui
|
foot bemenu-wayland i3blocks mako libnotify # terminals, ui
|
||||||
wev wl-clipboard wtype slurp grim # interaction
|
wev wl-clipboard wtype slurp grim # interaction
|
||||||
ttf-roboto ttf-roboto-mono ttf-font-awesome # fonts
|
ttf-roboto ttf-roboto-mono ttf-font-awesome # fonts
|
||||||
|
|
||||||
# gui apps
|
|
||||||
imv mpv gimp # media
|
|
||||||
qutebrowser qt6-wayland # www
|
|
||||||
sqlitebrowser qt5-wayland # db
|
|
||||||
|
|
||||||
# extensions
|
|
||||||
vim-ale vim-fugitive
|
|
||||||
|
|
||||||
# not so good
|
|
||||||
telegram-desktop libreoffice-still
|
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
install() {
|
install() {
|
||||||
|
Loading…
Reference in New Issue
Block a user