/dotfiles

My development environment configuration

Primary LanguageShellMIT LicenseMIT

Dotfiles

Requirements for neovim setup

  1. fzf for fuzzy searching.

    You can use Homebrew to install it.

    brew install fzf
    
  2. ripgrep for super fast grepping

    You can use Homebrew to install it.

    brew install ripgrep
    

Credits

Credit to Jess Archer and her laracasts course that helped me get started with neovim.