Developement Setup Automation

vimrc


Make sure that you're using vim, not a vi editor.
Download Vundle as a vim package manager.
Packages used in .vimrc:

  1. Nerdtree: filesystem explorer in the Vim editor
  2. lightline: status line plugin
  3. gruvbox: my favorite colorscheme

visual studio code extension


Modified from vscode-extension-install-automation
Add vscode identifers you want to install to the txt file. You can find the 'Unique Identifier' in vscode marketplace website

  • "python.defaultInterpreterPath": "/opt/conda/bin/python" - python import missings
  • "terminal.integrated.scrollback": 2048 - line limit for terminal

zsh setup


script for some useful extensions and tmux configuration