Skip to content

Instantly share code, notes, and snippets.

@ishotjr
Created November 8, 2024 20:35
Show Gist options
  • Save ishotjr/9277c40765a22372626b2486e2a47bb3 to your computer and use it in GitHub Desktop.
Save ishotjr/9277c40765a22372626b2486e2a47bb3 to your computer and use it in GitHub Desktop.
sudo wget https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg \
-O /usr/share/keyrings/vscodium-archive-keyring.asc
echo 'deb [ signed-by=/usr/share/keyrings/vscodium-archive-keyring.asc ] https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/debs vscodium main' \
    | sudo tee /etc/apt/sources.list.d/vscodium.list
sudo apt update
sudo apt install codium codium-insiders
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment