Skip to content

Instantly share code, notes, and snippets.

@alfredmyers
Last active May 31, 2019 03:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alfredmyers/63f123c2c31b9952107a26d7b20f783b to your computer and use it in GitHub Desktop.
Save alfredmyers/63f123c2c31b9952107a26d7b20f783b to your computer and use it in GitHub Desktop.
Install Visual Studio Code extensions from list
#!/bin/bash
curl https://alfredmyers.github.io/codex/all.txt | xargs -L 1 code --install-extension
#!/bin/bash
curl https://alfredmyers.github.io/codex/all.txt | xargs -L 1 code --uninstall-extension
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment