Skip to content

Latest commit

 

History

History
82 lines (67 loc) · 5.54 KB

README.md

File metadata and controls

82 lines (67 loc) · 5.54 KB

Contents

  • vim (NeoVim) config
  • tmux config
  • git config
  • fish config
  • PowerShell config

Neovim setup

Requires Neovim (>= 0.8)

Add

  • use 'github/copilot.vim'
  • use 'ctrlpvim/ctrlp.vim'
  • use 'alvan/vim-closetag'
  • use 'tpope/vim-fugitive'
  • use 'andymass/vim-matchup'
  • use 'lukas-reineke/indent-blankline.nvim'
  • use 'preservim/nerdtree'

Shell setup (macOS & Linux)

  • 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

PowerShell setup (Windows)

How to use

Watch my video tutorials:

  1. My dev workflow using tmux and vim
  2. My vim setup to speed up JavaScript coding for my Electron and React Native apps
  3. A productive command-line Git workflow for indie app developers
  4. My Fish shell workflow for coding
  5. How to set up PowerShell prompt with Oh My Posh on Windows 11