59 lines
978 B
Bash
Executable File
59 lines
978 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
apt_packages=(
|
|
"zsh"
|
|
"git"
|
|
"curl"
|
|
"wget"
|
|
"gpg"
|
|
"nala"
|
|
"ca-certificates"
|
|
"software-properties-common"
|
|
"apt-transport-https"
|
|
"vim"
|
|
"sl"
|
|
"just"
|
|
"libglvnd-dev"
|
|
"libwayland-dev"
|
|
"libseat-dev"
|
|
"libxkbcommon-dev"
|
|
"libinput-dev"
|
|
"udev"
|
|
"dbus"
|
|
"libdbus-1-dev"
|
|
"libsystemd-dev"
|
|
"libpixman-1-dev"
|
|
"libssl-dev"
|
|
"libflatpak-dev"
|
|
"libpulse-dev"
|
|
"libexpat1-dev"
|
|
"libfontconfig-dev"
|
|
"libfreetype-dev"
|
|
"mold"
|
|
"cargo"
|
|
"libgbm-dev"
|
|
"libclang-dev"
|
|
"libpipewire-0.3-dev"
|
|
"libpam0g-dev"
|
|
"openssh-server"
|
|
"build-essential"
|
|
"flatpak"
|
|
"meson"
|
|
"pipx"
|
|
"python3-nautilus"
|
|
"gettext"
|
|
"fzf"
|
|
"neofetch"
|
|
"screenfetch"
|
|
"wezterm"
|
|
"brave-browser"
|
|
"code"
|
|
"1password"
|
|
"1password-cli"
|
|
"spotify-client"
|
|
"flameshot"
|
|
"xdg-desktop-portal-gnome"
|
|
"xdg-desktop-portal"
|
|
"gnome-weather"
|
|
)
|