From e145b8c6506f3a2fddf79902304bc85113ee0612 Mon Sep 17 00:00:00 2001 From: zak Date: Fri, 2 Jul 2021 19:01:28 -0700 Subject: [PATCH] adds help if extension absent using vscodium --- README.md | 3 +++ VSCodium.md | 13 +++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 VSCodium.md diff --git a/README.md b/README.md index 21dff42..5051f72 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ > **NOTE**: This theme includes a variant with italic keywords that looks great with fonts like Operator Mono or Catograph Mono +## VSCodium +*If using vscodium and Andromeda is not available as an extension see VSCodium.md* + ## License [MIT](https://github.com/EliverLara/Andromeda/blob/master/LICENSE.md) diff --git a/VSCodium.md b/VSCodium.md new file mode 100644 index 0000000..ce180a8 --- /dev/null +++ b/VSCodium.md @@ -0,0 +1,13 @@ +## VSCodium + +### If Andromeda is not an available extension in VSCodium, the theme can be made available as follows + +clone this repository +``` +$ git clone https://github.com/EliverLara/Andromeda.git +``` +move the ```Andromeda``` directory to your hidden VSCodium settings directory, in your home folder by default: +``` +$ mv Andromeda/ /home/username/.vscode-oss/extensions +``` +Andromeda theme options will be available after restarting VSCodium