Skip to content

Instantly share code, notes, and snippets.

@vqc1909a
Forked from Klerith/instalaciones.md
Last active March 10, 2024 02:21
Show Gist options
  • Select an option

  • Save vqc1909a/f2781e69382480bde00220e430b7373d to your computer and use it in GitHub Desktop.

Select an option

Save vqc1909a/f2781e69382480bde00220e430b7373d to your computer and use it in GitHub Desktop.
Instalaciones recomendadas para el curso de React Pro

Instalaciones recomendadas - Curso de React Pro

Instalaciones Necesarias

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

Extensiones de VSCode

Activitus Bar

Configuración del Bracket Pair Colorizer 2

Bracket Pair Colorizer 2

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

Tema que estoy usando en VSCode:

Instalaciones adicionales

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