eumji025 / common-resource

记录公共资源的仓库
MIT License
0 stars 0 forks source link

终端配置 #5

Open eumji025 opened 4 years ago

eumji025 commented 4 years ago

zsh

git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions --depth=1 git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting --depth=1 vim ~/.zshrc

plugins=(
  git
  bundler
  dotenv
  osx
  rake
  rbenv
  ruby
  go
  zsh-syntax-highlighting
  zsh-autosuggestions
)
eumji025 commented 4 years ago

安装python3.7覆盖默认的python3,不然安装东西的时候很有可能报错。 安装完成重启终端即可