Skip to content

Instantly share code, notes, and snippets.

@jmorenop89
Forked from Klerith/instalaciones-angular.md
Created April 29, 2021 23:01
Show Gist options
  • Save jmorenop89/5bed6ef8cfb47629ec98dcf86c4ed885 to your computer and use it in GitHub Desktop.
Save jmorenop89/5bed6ef8cfb47629ec98dcf86c4ed885 to your computer and use it in GitHub Desktop.
Instalaciones necesarias y recomendadas - Curso de Angular de cero a experto

Instalaciones recomendadas - Curso de Angular

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",
    "#C497D4"
],

Tema que estoy usando en VSCode:

Instalaciones recomendadas sobre Angular

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