Skip to content

Instantly share code, notes, and snippets.

@panchitofelix
Forked from Klerith/instalaciones-ionic.md
Created September 15, 2020 22:43
Show Gist options
  • Select an option

  • Save panchitofelix/5eb69a53a3bff89ecb1b7a135827c39c to your computer and use it in GitHub Desktop.

Select an option

Save panchitofelix/5eb69a53a3bff89ecb1b7a135827c39c to your computer and use it in GitHub Desktop.

Instalaciones recomendadas - Curso de ionic

Instalaciones Necesarias

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

Extensiones de VSCode

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:

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