hyb175 / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Vim Script 60.8%Language:Shell 31.0%Language:Ruby 8.2%