- clone dotfiles to ~/
- install stow (brew install stow)
- cd dotfiles
- stow zsh
- stow nvim
- stow tmux
- stow misc
- stow alacritty
- stow htop
- stow opencode
- cd dotfiles
- stow -D zsh
- stow -D nvim
- stow -D tmux
- stow -D misc
- stow -D alacritty
- stow -D htop
- stow -D opencode
- Releases · neovim/neovim
- Install dependency
- golang
- unzip
- npm
- python3
- ripgrep
Command
- Lazy
- Mason
- TSUpdate
- checkhealth
Reference
- https://blog.chh.tw/posts/vim-vundle/
- http://terrychen.logdown.com/posts/2014/10/05/vundle-installation
Command
- PluginInstall
- PluginClean
- PluginList
KeyBind
- F11 previous window
- F12 next window
PluginManager
- prefix + I, to install plugins
- prefix + U, to update plugins
- prefix + alt + u, to clean plugins
SessionManagement
- prefix + ctrl + s, to save session environment
- prefix + ctrl + r, to restore session environment
KeyBind
- F11 previous screen
- F12 next screen
Reference