brew install ripgrep
- Install Neovim & copy config
brew install neovim
ln -s $PWD/vim/.vimrc ~/.vimrc
- Link plugins
mkdir -p ~/.local/share/nvim/site/pack/plugins
ln -s $PWD/vim/plugins ~/.local/share/nvim/site/pack/plugins/start
Follow official instructions to install asdf
.
Then install plugins:
asdf plugin-add ruby
brew install gpg # dependency of asdf nodejs plugin
asdf plugin-add nodejs
Then follow instructions for bootstrapping trust with gpg.
brew install fzf
/usr/local/opt/fzf/install