diff --git a/bin/.local/bin/bootstrap.sh b/bin/.local/bin/bootstrap.sh index d2c2bb8..fcfdff4 100755 --- a/bin/.local/bin/bootstrap.sh +++ b/bin/.local/bin/bootstrap.sh @@ -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() { diff --git a/bin/.local/bin/setup.sh b/bin/.local/bin/setup.sh index ea2e8c7..bde0d73 100755 --- a/bin/.local/bin/setup.sh +++ b/bin/.local/bin/setup.sh @@ -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)