DEV Community

Cover image for Best Developer Setup (Fish Shell & NeoVim & VSCode Ext. Pack )
Bekircan
Bekircan

Posted on

Best Developer Setup (Fish Shell & NeoVim & VSCode Ext. Pack )

Shell Setup

  • Fish shell
  • Fisher - Plugin manager
  • Tide - Shell theme. Use version 5: fisher install ilancosman/tide@v5
  • Nerd fonts - Powerline-patched fonts. I use Hack.
  • z for fish - Directory jumping
  • Exa - ls replacement
  • ghq - Local Git repository organizer
  • peco - Interactive filtering

NeoVim Setup

brew install neovim
npm install tree-sitter cli
brew install luajit
Enter fullscreen mode Exit fullscreen mode

Vscode Plugins

Top comments (0)