A repo to manage my lazyvim-based NeoVim and Terminal(iTerm2) configs.
The main OS used is MacOS. Else, please find an appropriate terminal emulator and installation method.
- Neovim
- Node and npm (for certain plugins and LSPs)
- supported nerfont (current: CodeNewRoman)
- ripgrep
- lazygit
cd $HOME
mkdir .config
cd .config
git clone https://github.com/bentohset/nvim-config.git .
cd $HOME/.config
git add .
git commit -m "message"
git push -u origin main
cd $HOME/.config
git pull