feat: macos and brew install support

This commit is contained in:
Andrejus Kostarevas
2024-01-25 00:27:04 +00:00
parent 62e6c0243e
commit 61fb58e90c
15 changed files with 148 additions and 45 deletions

14
script/install.d/04-zsh.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env bash
# -----------------------------------------------------------------------------
# Description:
# Configure zsh shell.
#
if ! bin_in_path zsh; then
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
install zsh
fi
fi
zsh --version