Skip to content

Instantly share code, notes, and snippets.

@skahler-yuga
Created April 1, 2021 16:18
Show Gist options
  • Save skahler-yuga/518725b63872bf9421972f2b884e8e9a to your computer and use it in GitHub Desktop.
Save skahler-yuga/518725b63872bf9421972f2b884e8e9a to your computer and use it in GitHub Desktop.
WSL tweaks

Using the Windows Subsystem for Linux terminal on a windows machine with Ubuntu

The terminal can be tweaked by editing settings.json to change font or other settings

		// Cursor Tweaks
		"cursorColor": "#FFFFFF",
		"cursorShape": "filledBox",
		// Looks
		"fontSize": 12,
		"padding": "5, 5, 5, 5", 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment