tangled
alpha
login
or
join now
boltless.me
/
dot
0
fork
atom
dotfiles
0
fork
atom
overview
issues
pulls
pipelines
docs: add install guide of neovim & wezterm
BoltlessEngineer
3 years ago
aeefb4d8
1ce15211
+10
1 changed file
expand all
collapse all
unified
split
README.md
+10
README.md
···
57
57
fisher update
58
58
```
59
59
60
60
+
### Install stuffs
61
61
+
```bash
62
62
+
# Neovim
63
63
+
brew install neovim --HEAD
64
64
+
65
65
+
# WezTerm
66
66
+
brew tap wez/wezterm
67
67
+
brew install --cask wez/wezterm/wezterm # or wez/wezterm/wezterm-nighly
68
68
+
```
69
69
+
60
70
# TODO
61
71
62
72
- [ ] Create shell script to check if local config already exists