mykcs / on_my_zsh-0428

Apache License 2.0
0 stars 0 forks source link

on_my_zsh-0428

2024 0429 暂时搁置

ref macOS 程序员必备:iTerm2 与 oh-my-zsh

install

https://ohmyz.sh/

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

issue 01 -fixed

/.zhsrc 文件

从ver0变为ver1

/.zhsrc 插件

blog https://gist.github.com/dogrocker/1efb8fd9427779c827058f873b94df95

再在/.zhsrc 文件加入这些

plugins=(
    git
    zsh-autosuggestions
    zsh-syntax-highlighting
)
image

theme

powerlevel10k