SSH keys are encrypted using ansible vault. The following instructions assume you have your own keys encrypted with your own password
- Clone this repo
- Install ansible with your package manager of choice
- Go inside the cloned repo and run
ansible-playbook bootstrap.yaml -K --ask-vault-passand provide your sudo and vault passwords - Close your terminal and launch alacritty terminal
- Open neovim (skip the errors)
- Run
PackerSyncin neovim to install all the plugins - Exit neovim and open it again so Mason can install any plugin / language server
- Log out and log in again for zsh
- Start coding :)