- Configure the ssh tunnel
curl -o ~/.ssh/gitkey https://raw.githubusercontent.com/william-barros-costa/ansible/master/.ssh/id_ed25519
chmod 600 ~/.ssh/gitkey
yay ansible
ansible-vault decrypt ~/.ssh/gitkey
ssh -T [email protected]
- Run the following script
cd ~/.config
git clone [email protected]:william-barros-costa/nvim.git
nvim .
- Use Netrw to go to .config/nvim/lua/kane/packer.lua
- Run
:so
- Run
:PackerInstall