|
|
@@ -1,5 +1,5 @@
|
|
|
#!/usr/bin/env bash
|
|
|
-# NAME: Install base system packages (organized and cleaned)
|
|
|
+# NAME: Install base system packages
|
|
|
|
|
|
set -euo pipefail
|
|
|
|
|
|
@@ -98,7 +98,7 @@ $AUR_HELPER -S --noconfirm --needed \
|
|
|
echo "Installing development tools..."
|
|
|
$AUR_HELPER -S --noconfirm --needed \
|
|
|
git git-lfs git-crypt github-cli lazygit \
|
|
|
- go go-task rust python python-defusedxml python-packaging \
|
|
|
+ go go-task python python-defusedxml python-packaging \
|
|
|
python-protobuf python-pynvim python-pywlroots lua luarocks \
|
|
|
ccls cmake ninja neovim-nightly-bin
|
|
|
|
|
|
@@ -107,7 +107,7 @@ $AUR_HELPER -S --noconfirm --needed \
|
|
|
# ═══════════════════════════════════════════════════════════
|
|
|
echo "Installing CLI utilities..."
|
|
|
$AUR_HELPER -S --noconfirm --needed \
|
|
|
- bat btop duf dust eza fd fzf glances glow httpie micro ncdu \
|
|
|
+ bat btop duf dysk dust eza fd fzf glances glow httpie ncdu \
|
|
|
plocate ripgrep tealdeer the_silver_searcher tmux wget \
|
|
|
xdg-user-dirs zoxide zellij yazi yq zsh
|
|
|
|
|
|
@@ -127,7 +127,7 @@ $AUR_HELPER -S --noconfirm --needed \
|
|
|
chromium zen-browser-bin \
|
|
|
legcord-bin slack-desktop teams-for-linux-bin \
|
|
|
obs-studio obsidian sublime-merge dbeaver \
|
|
|
- libreoffice-fresh keepass kitty nemo nemo-fileroller
|
|
|
+ libreoffice-fresh kitty nemo nemo-fileroller
|
|
|
|
|
|
# ═══════════════════════════════════════════════════════════
|
|
|
# 📁 SYSTEM UTILITIES
|
|
|
@@ -171,8 +171,8 @@ $AUR_HELPER -S --noconfirm --needed \
|
|
|
# ═══════════════════════════════════════════════════════════
|
|
|
echo "Installing cloud and DevOps tools..."
|
|
|
$AUR_HELPER -S --noconfirm --needed \
|
|
|
- ansible aws-cli aws-session-manager-plugin helm hugo insomnia-bin \
|
|
|
- kubectl kubectx kubefwd-bin nomad ngrok postgresql
|
|
|
+ aws-cli aws-session-manager-plugin insomnia-bin \
|
|
|
+ kubectl kubectx kubefwd-bin ngrok postgresql
|
|
|
|
|
|
# ═══════════════════════════════════════════════════════════
|
|
|
# 📚 DOCUMENT & PRODUCTIVITY
|
|
|
@@ -194,4 +194,6 @@ $AUR_HELPER -S --noconfirm --needed \
|
|
|
# ═══════════════════════════════════════════════════════════
|
|
|
echo "Installing package managers and misc..."
|
|
|
$AUR_HELPER -S --noconfirm --needed \
|
|
|
- pyenv rye stow sudo watchman-bin wimlib
|
|
|
+ pyenv stow sudo watchman-bin wimlib
|
|
|
+
|
|
|
+tldr --update
|