gnu stow
- https://www.gnu.org/software/stow/
On Arch
sudo pacman -Sy stow
On Ubuntu
apt-get install stow
This will install the neovim config
stow nvim
After opening, neovim Lazy should start automatically downloading all the necessary plugins, let it finish first and restart neovim and it should be ready to go.
Should look something like this:
Pretty fast startup time: 12-20ms
stow fish
stow wezterm
stow starship
git config --global diff.tool vimdiff
git config --global difftool.vimdiff.path nvim #if using neovim
git config --global alias.d difftool
git config --global difftool.prompt false