Files
logseq-1/journals/2023_04_02.md
2024-06-17 22:24:52 +08:00

14 lines
518 B
Markdown

- 安装zsh #linux
- ```zsh
yay -S zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
cd ~/.oh-my-zsh/plugins
git clone https://github.com/zsh-users/zsh-syntax-highlighting
git clone https://github.com/zsh-users/zsh-autosuggestions
vim ~/.zshrc
# plugins=( git sudo zsh-syntax-highlighting zsh-autosuggestions history-substring-search )
# DISABLE_UPDATE_PROMPT=true to .zshrc
omz update
```
- ((64844eb4-e9d1-4d00-9a5c-7227c805b39a))