dotfiles/private_dot_local/bin/executable_setup.sh

21 lines
801 B
Shell
Raw Permalink Normal View History

2025-03-13 11:21:55 +01:00
#! /usr/bin/env bash
set -eu
set -o pipefail
install_optional() {
pacman -S --needed --quiet --asdeps $(expac -1S "%n\n%o" $1)
}
if [ ! $EUID -eq 0 ]; then
sudo "$0" "$@"
"$(dirname "$0")"/gnome.sh
exit $?
fi
pacman -Sy --quiet
2026-06-22 17:21:34 +02:00
pacman -S --needed --quiet zellij fish tmux vim helix htop chezmoi lsd wezterm micro starship torbrowser-launcher qbittorrent vlc gajim libayatana-appindicator dust zoxide cargo cargo-binstall cargo-update chromium gimp inkscape wireshark-qt handbrake ventoy-bin atuin
pacman -S --needed --quiet bat fd dust
2025-03-13 11:21:55 +01:00
pacman -S --needed --quiet gvfs-{goa,wsdd}
2026-06-22 17:21:34 +02:00
pacman -S --needed --quiet gnome-shell-extensions gnome-shell-extension-appindicator gnome-shell-extension-desktop-icons-ng gnome-shell-extension-dash-to-panel cosmic-store libreoffice
2025-03-13 11:21:55 +01:00
install_optional wezterm