Mayank Jain Production Engineer at Facebook Inc.

Dev Setup

Configuration Files

  • VIM RC
    • Dependencies:
      • Install Pathogen. Pathogen can be installed by running below script in your terminal:
          mkdir -p ~/.vim/autoload ~/.vim/bundle && \
          curl -LSso ~/.vim/autoload/pathogen.vim https://tpo.pe/pathogen.vim
        
      • Install Vim-Plug. Installation instructions here.