Skip to content

Instantly share code, notes, and snippets.

@j1cs
Created June 25, 2019 17:58
Show Gist options
  • Save j1cs/fb145c985b44287d4672673fef045675 to your computer and use it in GitHub Desktop.
Save j1cs/fb145c985b44287d4672673fef045675 to your computer and use it in GitHub Desktop.
#!/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