Skip to content

andylee-24/development-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published