Created
June 25, 2019 17:58
-
-
Save glats/fb145c985b44287d4672673fef045675 to your computer and use it in GitHub Desktop.
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 | |
| # generated vscodium --list-extensions | xargs -L 1 echo code --install-extension | |
| PLUGINS=(formulahendry.code-runner | |
| octref.vetur | |
| PKief.material-icon-theme | |
| will-stone.plastic) | |
| for i in "${PLUGINS[@]}" | |
| do | |
| vscodium --install-extension "$i" | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment