Created
July 22, 2023 20:35
-
-
Save kaubu/4419be4df3b3114f031c17da182a0b38 to your computer and use it in GitHub Desktop.
Commands to backup Codium
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
# Save your settings.json somewhere | |
# Get list of extensions | |
codium --list-extensions > extensions.txt | |
# Install extensions from list | |
cat extensions.txt | % { "codium --install-extension $_" } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment