Last active
January 8, 2026 16:48
-
-
Save Klerith/92fda408a7c61c069fd81edeeeb76e8e to your computer and use it in GitHub Desktop.
Revisions
-
Klerith revised this gist
Jan 8, 2026 . 1 changed file with 12 additions 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 @@ -33,4 +33,15 @@ "#9CDD29", "#C497D4" ], ``` ## Comunidad de Discord Los invitamos a que se unan a nuestra comunidad de estudiantes en Discord y habla con personas que también estan aprendiendo igual que tu sobre diversas tecnologías. <a href="https://discord.com/invite/fNp7KRDkke" target="blank"> <img src="https://files.cdn.thinkific.com/cdn-cgi/image/width=1920,dpr=3,onerror=redirect/file_uploads/643563/images/c4f/52b/ecc/HOME-BANNER-COMUNIDAD-discord.jpg"> </a> -
Klerith created this gist
Aug 20, 2019 .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,36 @@ # Instalaciones - Curso de Dart # Programas * [VSCode](https://code.visualstudio.com/) * [Git](https://git-scm.com/) * [Dart](https://dart.dev/) # Plugins * [Bracket Pair Colorizer 2](https://marketplace.visualstudio.com/items?itemName=CoenraadS.bracket-pair-colorizer-2) * [Dart](https://marketplace.visualstudio.com/items?itemName=Dart-Code.dart-code) * [Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme) * [Paste JSON as Code](https://marketplace.visualstudio.com/items?itemName=quicktype.quicktype) * [Terminal](https://marketplace.visualstudio.com/items?itemName=formulahendry.terminal) # Tema que estoy usando: * [Monokai Night](https://marketplace.visualstudio.com/items?itemName=fabiospampinato.vscode-monokai-night) # Configuración del Bracket Pair Colorizer 2 ``` "bracket-pair-colorizer-2.colors": [ "#fafafa", "#9F51B6", "#F7C244", "#F07850", "#9CDD29", "#C497D4" ], ```