aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap/zsh.sh5
1 files changed, 5 insertions, 0 deletions
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() {
61 esac 61 esac
62} 62}
63 63
64install_prerequisites() {
65 install_pkg zsh zsh
66}
67
64install_plugin() { 68install_plugin() {
65 # zsh-syntax-highlighting/zsh-autosuggestions haben kein eigenes Binary, 69 # zsh-syntax-highlighting/zsh-autosuggestions haben kein eigenes Binary,
66 # deshalb Pruefung anhand des von zsh/zshrc gesourceten Pfads. 70 # deshalb Pruefung anhand des von zsh/zshrc gesourceten Pfads.
@@ -118,6 +122,7 @@ main() {
118 check_prerequisites 122 check_prerequisites
119 setup_homebrew_env 123 setup_homebrew_env
120 124
125 install_prerequisites
121 install_plugins 126 install_plugins
122 install_tools 127 install_tools
123 set_default_shell 128 set_default_shell