Skip to content

Instantly share code, notes, and snippets.

@lucas-santos
lucas-santos / README-Template.md
Created July 29, 2022 19:32 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Escolher versão do java
sudo update-alternatives --config java
@lucas-santos
lucas-santos / settings.json
Created March 4, 2020 13:12
config vs code with Dracula, Materia Icon Theme and Fira Code
{
"workbench.colorTheme": "Dracula",
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "Fira Code",
"editor.fontSize": 18,
"editor.fontLigatures": true,
"window.zoomLevel": 2
}