brew tap homebrew/cask-fonts
brew install --cask font-hack-nerd-font
Install Neovim 0.6+
brew install neovim
Setup the configuration to pull from the .dotfiles directory
ln -s ~/.dotfiles/nvim ~/.config/nvim
Open Neovim and install packages
:PackerInstall