mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Update install.sh
This commit is contained in:
parent
5aa92db231
commit
eeb49d7fe0
1 changed files with 12 additions and 5 deletions
|
|
@ -244,6 +244,11 @@ EOF
|
||||||
echo
|
echo
|
||||||
}
|
}
|
||||||
|
|
||||||
|
dl_custom_plugins() {
|
||||||
|
git clone https://github.com/zdharma/fast-syntax-highlighting.git \
|
||||||
|
${ZSH}/custom/plugins/fast-syntax-highlighting
|
||||||
|
}
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
# Run as unattended if stdin is not a tty
|
# Run as unattended if stdin is not a tty
|
||||||
if [ ! -t 0 ]; then
|
if [ ! -t 0 ]; then
|
||||||
|
|
@ -293,14 +298,16 @@ EOF
|
||||||
setup_ohmyzsh
|
setup_ohmyzsh
|
||||||
setup_zshrc
|
setup_zshrc
|
||||||
setup_shell
|
setup_shell
|
||||||
|
dl_custom_plugins
|
||||||
|
|
||||||
printf %s "$GREEN"
|
printf %s "$GREEN"
|
||||||
cat <<'EOF'
|
cat <<'EOF'
|
||||||
__ __
|
|
||||||
____ / /_ ____ ___ __ __ ____ _____/ /_
|
___________________***_____________________
|
||||||
/ __ \/ __ \ / __ `__ \/ / / / /_ / / ___/ __ \
|
____ / /_ ____ ___ __ __ ____ _____/ /_
|
||||||
/ /_/ / / / / / / / / / / /_/ / / /_(__ ) / / /
|
--- / __ \/ __ \ / __ `__ \/ / / / /_ / / ___/ __ \ ---
|
||||||
\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/
|
--- / /_/ / / / / / / / / / / /_/ / / /_(__ ) / / / ---
|
||||||
|
\____/_/ /_/ /_/ /_/ /_/\__, / /___/____/_/ /_/
|
||||||
/____/ ....is now installed!
|
/____/ ....is now installed!
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue