[setup] Adjust scripts for arch to work
This commit is contained in:
@ -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() {
|
||||
|
||||
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user