Local ~/.zshrc should essentially look like
source "$HOME"/dotfiles/zshrc
export PATH="/usr/local/opt/[email protected]:$PATH"
- Run
make
- Ensure neovim is installed, e.g., by running
brew install neovim
. - Ensure
fzf
is installed, e.g., by runningbrew install fzf
. - Ensure
vim-plug
is installed. See the GitHub page for installation instructions.
The keybindings.json
and settings.json
files should be copied into the ~/Library/Application\ Support/Code/User/
directory, assuming vanilla VS Code is installed on macOS.