-
-
Save paulpessoa/20f62623f5dc013b655a3930d0d93ab3 to your computer and use it in GitHub Desktop.
Revisions
-
Klerith revised this gist
Nov 1, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,6 +14,7 @@ * [Node](https://nodejs.org/es/) * [Git](https://git-scm.com/) Ejecutar estos comandos en la consola o terminal (puede ser cualquier nombre y cualquier correo) ``` git config --global user.name "Tu nombre" -
Klerith revised this gist
Nov 1, 2022 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -14,6 +14,7 @@ * [Node](https://nodejs.org/es/) * [Git](https://git-scm.com/) Ejecutar estos comandos en la consola o terminal (puede ser cualquier nombre y cualquier correo) ``` git config --global user.name "Tu nombre" git config --global user.email "Tu correo" -
Klerith revised this gist
Nov 1, 2022 . 1 changed file with 10 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,10 +13,20 @@ * [Node](https://nodejs.org/es/) * [Git](https://git-scm.com/) ``` git config --global user.name "Tu nombre" git config --global user.email "Tu correo" ``` ## Extensiones de VSCode * [Activitus Bar](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.activitusbar) * [Paste JSON as Code](https://marketplace.visualstudio.com/items?itemName=quicktype.quicktype) ### Temas que estoy usando en VSCode: * [Tokyo Night](https://marketplace.visualstudio.com/items?itemName=enkia.tokyo-night) -
Klerith revised this gist
Oct 28, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -32,7 +32,7 @@ * [TypeScript Importer](https://marketplace.visualstudio.com/items?itemName=pmneo.tsimporter) * [Wallpapers Developer](https://drive.google.com/drive/folders/1ItU8rbSGJjnh2USOBGwaCo9nYKifPJ6m?usp=sharing) -
Klerith revised this gist
Oct 28, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,7 +15,7 @@ ## Extensiones de VSCode * [Activitus Bar](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.activitusbar) ### Temas que estoy usando en VSCode: -
Klerith created this gist
Oct 28, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,39 @@ <p align="center"> <img src="https://react-query-v3.tanstack.com/_next/static/images/logo-7a7896631260eebffcb031765854375b.svg" width="400" alt="Vue Logo" /> </p> # Instalaciones recomendadas ## Instalaciones Necesarias * [Google Chrome](https://www.google.com/chrome/) * [Visual Studio Code](https://code.visualstudio.com/) * [Postman](https://www.postman.com/downloads/) * [Node](https://nodejs.org/es/) ## Extensiones de VSCode [Activitus Bar](https://marketplace.visualstudio.com/items?itemName=Gruntfuggly.activitusbar) ### Temas que estoy usando en VSCode: * [Tokyo Night](https://marketplace.visualstudio.com/items?itemName=enkia.tokyo-night) * [Iconos](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme) ### Instalaciones recomendadas sobre React * [ES7 React/Redux](https://marketplace.visualstudio.com/items?itemName=dsznajder.es7-react-js-snippets) * [Simple React Snippets](https://marketplace.visualstudio.com/items?itemName=burkeholland.simple-react-snippets) * [Auto Close Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag) * [TypeScript Importer](https://marketplace.visualstudio.com/items?itemName=pmneo.tsimporter)