feat: macos and brew install support
This commit is contained in:
14
script/install.d/04-zsh.sh
Executable file
14
script/install.d/04-zsh.sh
Executable 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
|
||||
Reference in New Issue
Block a user