/dotfiles

Primary LanguageVim Script

Environment setup

Search

brew install ripgrep

Editor

  • 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

asdf

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.

File finder

brew install fzf
/usr/local/opt/fzf/install