From 6b347041dabee4b128b8778041d6ab8158fb0d13 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 28 Jul 2026 08:09:33 +0200 Subject: bootstrap/zsh.sh: zsh selbst mit installieren --- bootstrap/zsh.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bootstrap') diff --git a/bootstrap/zsh.sh b/bootstrap/zsh.sh index b1780be..4c1939e 100755 --- a/bootstrap/zsh.sh +++ b/bootstrap/zsh.sh @@ -61,6 +61,10 @@ install_pkg() { esac } +install_prerequisites() { + install_pkg zsh zsh +} + install_plugin() { # zsh-syntax-highlighting/zsh-autosuggestions haben kein eigenes Binary, # deshalb Pruefung anhand des von zsh/zshrc gesourceten Pfads. @@ -118,6 +122,7 @@ main() { check_prerequisites setup_homebrew_env + install_prerequisites install_plugins install_tools set_default_shell -- cgit v1.3