[setup] Adjust scripts for arch to work

This commit is contained in:
2026-04-10 08:33:54 -04:00
parent 11ec702b36
commit 969950ff55
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ fi
# -------- Install basics (git, stow, zsh, curl, make) --------
install_arch() {
log "Installing prerequisites (Arch/EndeavourOS)..."
sudo pacman -Sy --needed --noconfirm git stow zsh curl make openssh asdf
sudo pacman -Sy --needed --noconfirm git stow zsh curl make openssh
}
install_fedora() {

View File

@ -161,7 +161,7 @@ ensure_flathub() {
CORE_CLI=(fzf direnv stow pass just)
# Plus from your history / common tooling:
EXTRA_CLI=(fd editorconfig git)
EXTRA_CLI=(fd git)
DEV_TOOLS_LINUX=(cmake libtool make gcc gcc-c++)
UTILS_LINUX=(gnuplot graphviz shfmt shellcheck pandoc)