- clone repository
git clone https://github.com/velho/dotfiles ~/.dotfiles
- create symlink to dotfiles repository.
bash
ln -s ~/.dotfiles/nvim ~/.config/nvim
powershell (requires system administrator access)
New-Item -ItemType SymbolicLink -Target ~/.dotfiles/nvim -Path ~/AppData/local/nvim
-
install plugin manager from plugins
-
enjoy
Configuration uses the packer as the plugin manager tool.
git clone --depth 1 https://github.com/wbthomason/packer.nvim\ ~/.local/share/nvim/site/pack/packer/start/packer.nvim
git clone https://github.com/wbthomason/packer.nvim "$env:LOCALAPPDATA\nvim-data\site\pack\packer\start\packer.nvim"