centos 安装ohmyzsh
centos 安装ohmyzsh
git zsh
1 | yum install -y git zsh wget vim |
安装ohmyzsh
1 | sh -c "$(wget -O- https://sl.zaqai.com/ohmyzsh.sh)" |
插件
1 | cd ~/.oh-my-zsh/custom/plugins/ |
1 | source ~/.zshrc |
fzf
1 | git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.