this commit adds a lot of shit, look at the shit, too much sorry

Signed-off-by: Menno van Leeuwen <menno@vleeuwen.me>
This commit is contained in:
2024-08-24 01:35:46 +02:00
parent 379b1b97ec
commit 183b688617
52 changed files with 580 additions and 453 deletions

58
bin/lists/apt.sh Executable file
View File

@@ -0,0 +1,58 @@
#!/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"
)

12
bin/lists/cargo.sh Executable file
View File

@@ -0,0 +1,12 @@
#!/usr/bin/env zsh
cargo_packages=(
"exa"
"lsd"
"bat"
"starship"
"ripgrep"
"fd-find"
"procs"
"bottom"
)

28
bin/lists/flatpak.sh Executable file
View File

@@ -0,0 +1,28 @@
#!/usr/bin/env zsh
flatpak_packages=(
"app.drey.Doggo"
"org.gnome.Boxes"
"org.gnome.baobab"
"re.sonny.Junction"
"com.yubico.yubioath"
"net.nokyan.Resources"
"com.system76.Popsicle"
"com.github.marhkb.Pods"
"org.wezfurlong.wezterm"
"io.github.dimtpap.coppwr"
"com.github.tchx84.Flatseal"
"dev.bragefuglseth.Keypunch"
"io.github.flattool.Warehouse"
"io.github.jonmagon.kdiskmark"
"org.onlyoffice.desktopeditors"
"io.missioncenter.MissionCenter"
"io.podman_desktop.PodmanDesktop"
"io.github.giantpinkrobots.flatsweep"
"io.github.realmazharhussain.GdmSettings"
"io.github.thetumultuousunicornofdarkness.cpu-x"
)
flatpak_remotes=(
"https://flathub.org/repo/flathub.flatpakrepo"
)

9
bin/lists/fonts.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/usr/bin/env zsh
# https://www.nerdfonts.com/font-downloads
fonts=(
"https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/Hack.zip Hack"
"https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/Meslo.zip Meslo"
"https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/JetBrainsMono.zip JetBrainsMono"
"https://github.com/ryanoasis/nerd-fonts/releases/download/v3.2.1/ProggyClean.zip ProggyClean"
)

6
bin/lists/pipx.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env zsh
pipx_packages=(
"gnome-extensions-cli"
"bauh"
)