Skip to content

Instantly share code, notes, and snippets.

@uialberto
Forked from Klerith/plugins.md
Created July 9, 2022 11:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uialberto/6ff072b375f0d6e404d3c7a67542cc41 to your computer and use it in GitHub Desktop.
Save uialberto/6ff072b375f0d6e404d3c7a67542cc41 to your computer and use it in GitHub Desktop.
Flutter: Curso de Flutter - Instalaciones recomendadas

Programas

git config --global user.name "Tu nombre"
git config --global user.email "Tu correo"

Plugins

Temas que estoy usando:

Configuración del Bracket Pair Colorizer 2

"bracket-pair-colorizer-2.colors": [
    "#fafafa",
    "#9F51B6",
    "#F7C244",
    "#F07850",
    "#9CDD29",
    "#0098FA"
],

Opcionales

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment