From 67165a0ffeef2befbf690f928f330c2503d48e08 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Wed, 29 Nov 2023 20:54:22 +0100 Subject: [PATCH] add details on vscodium setup --- content/posts/2023/11/easy-ml-linux-vm-setup/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/posts/2023/11/easy-ml-linux-vm-setup/index.md b/content/posts/2023/11/easy-ml-linux-vm-setup/index.md index b73cb8e..b28b348 100644 --- a/content/posts/2023/11/easy-ml-linux-vm-setup/index.md +++ b/content/posts/2023/11/easy-ml-linux-vm-setup/index.md @@ -100,11 +100,13 @@ After the script has finished running, you may type reboot, and you should end u A thing you might now want to do is install a so-called AUR-Helper. +{{< admonition type=tip title="Tip: Installing recommended extensions if failed during install" open=false >}} To use all my recommended extensions in VSCodium, run the `setup-vscodium.sh` script by opening a terminal and typing the following commands: ``` cd arch-dev-vm ./setup-vscodium.sh ``` +{{< /admonition >}} {{< admonition type=tip title="Tip: Installing an AUR-Helper" open=false >}} I personally use YAY (yet another yogurt). You install it by running the following commands in Terminator (press the Windows key and type Terminator):