Skip to content

hyb175/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published