Starter Kit for programming
- VS Code - editor
- Vetur
- Rest Client
- Beautfiy
- One Dark Pro
- More cool extensions
 
- GitKraken - work with gui git
- Git - version system
- git standup - can show what you have done recently in console (needs npm)
 
- Postman - test api
- Xampp - if u work with php
- Cmder - comand line for Windows
- Firefox - Dark night mode - for eyes
- Color temparature - for eyes
 
My Sublime text editor preferences
{
	"color_scheme": "Packages/Theme - One Dark/One Dark.tmTheme",
	"font_size": 12,
	"ignored_packages":
	[
		"Vintage"
	],
	"theme": "Boxy Monokai.sublime-theme",
	"theme_sidebar_disclosure": true,
	"theme_sidebar_folder_materialized": true,
	"theme_sidebar_font_xl": true,
	"theme_sidebar_size_md": true,
	"theme_tab_font_md": true,
	"theme_tab_mouse_wheel_switch": true,
	"theme_tab_selected_underlined": true,
	"theme_tab_separator": true,
	"theme_tab_size_xl": true
}