brew install neovim fzf ripgrep
brew install --cask font-sauce-code-pro-nerd-font
These dependencies are used by mason and are not required
python -m venv ~/.pynvim
source ~/.pynvim/bin/activate
pip install pynvim
cd ~/projects
git clone git@github.com:alexwaumann/nvim.git
ln -sf ~/projects/nvim ~/.config/nvim