Created
April 11, 2024 19:57
-
-
Save MiguelAngelPapu/87305a3ea52e3f1bd7b34bcb8c3911b2 to your computer and use it in GitHub Desktop.
Configuracion Python Web
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 characters
#!/bin/bash | |
extensiones=( | |
"vivaxy.vscode-conventional-commits" | |
"mhutchie.git-graph" | |
) | |
for extension in "${extensiones[@]}" | |
do | |
code --install-extension "$extension" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment