diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-07-28 08:09:33 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-07-28 08:09:33 +0200 |
| commit | 6b347041dabee4b128b8778041d6ab8158fb0d13 (patch) | |
| tree | f2d3851d14d3538293ca2233892d5a691cfc9d7d /bootstrap | |
| parent | 704f6023337dd19f4c8fdac910673bb9398c5295 (diff) | |
| download | dotfiles-6b347041dabee4b128b8778041d6ab8158fb0d13.tar.gz dotfiles-6b347041dabee4b128b8778041d6ab8158fb0d13.tar.bz2 dotfiles-6b347041dabee4b128b8778041d6ab8158fb0d13.zip | |
bootstrap/zsh.sh: zsh selbst mit installieren
Diffstat (limited to 'bootstrap')
| -rwxr-xr-x | bootstrap/zsh.sh | 5 |
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 | ||
| 64 | install_prerequisites() { | ||
| 65 | install_pkg zsh zsh | ||
| 66 | } | ||
| 67 | |||
| 64 | install_plugin() { | 68 | install_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 |
