Skip to content

Instantly share code, notes, and snippets.

@MajliTech
Created March 3, 2024 19:32
Show Gist options
  • Save MajliTech/3c8860f02f4629b03c65079be1874d91 to your computer and use it in GitHub Desktop.
Save MajliTech/3c8860f02f4629b03c65079be1874d91 to your computer and use it in GitHub Desktop.
Install VSCodium
#!/bin/bash
wget -qO - https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg \
| gpg --dearmor \
| dd of=/usr/share/keyrings/vscodium-archive-keyring.gpg
echo 'deb [ signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https://download.vscodium.com/debs vscodium main' \
| tee /etc/apt/sources.list.d/vscodium.list
apt update && apt install codium
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment