dotfiles

docs: add install guide of neovim & wezterm

+10
+10
README.md
··· 57 57 fisher update 58 58 ``` 59 59 60 + ### Install stuffs 61 + ```bash 62 + # Neovim 63 + brew install neovim --HEAD 64 + 65 + # WezTerm 66 + brew tap wez/wezterm 67 + brew install --cask wez/wezterm/wezterm # or wez/wezterm/wezterm-nighly 68 + ``` 69 + 60 70 # TODO 61 71 62 72 - [ ] Create shell script to check if local config already exists