Set up Ubuntu/WSL:
- Install neovim from source
- Install zsh
sudo apt install zsh -y
- Configure zsh by typing
zsh
into the CLI
Set up GitHub in WSL: https://www.youtube.com/watch?v=kbx_digAd1s
Creating a repo to contain all the dotfiles I'll be using for nvim and more.
Some configurations:
- go to
.bashrc
and modify alias sovim=nvim