Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 573 Bytes

start_mac.md

File metadata and controls

31 lines (24 loc) · 573 Bytes

MacOS安装

  • Brew(推荐)
# 必须要安装的
$ brew install neovim ripgrep lazygit

$ brew install --HEAD universal-ctags/universal-ctags/universal-ctags

$ brew tap homebrew/cask-fonts
$ brew cask install font-hack-nerd-font
$ brew install go cmake

# 非常推荐使用
$ brew cask install iterm2
  • 安装vim-plug插件管理
$ curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
    https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
  • 首次使用
$ nvim

:PlugInstall
:PlugUpdate
:TSUpdate