From 8f60aacbe7c64525f4f63e179fc8aefbe5d3eaeb Mon Sep 17 00:00:00 2001 From: GlennIgen Date: Wed, 22 Apr 2026 18:24:59 +0200 Subject: [PATCH] Add VSCodium --- fedora/kde/installation.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/fedora/kde/installation.md b/fedora/kde/installation.md index 7fcdb53..5e12387 100644 --- a/fedora/kde/installation.md +++ b/fedora/kde/installation.md @@ -48,10 +48,22 @@ gpgcheck=1 gpgkey=https://repo.jotta.cloud/public.gpg EOF ``` +``` +sudo tee -a /etc/yum.repos.d/vscodium.repo << 'EOF' +[gitlab.com_paulcarroty_vscodium_repo] +name=gitlab.com_paulcarroty_vscodium_repo +baseurl=https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/rpms/ +enabled=1 +gpgcheck=1 +repo_gpgcheck=1 +gpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg +metadata_expire=1h +EOF +``` #### Install packages ##### DNF ``` -sudo dnf install fastfetch stow fish steam git gh nvim tldr btop 1password sublime-text mangojuice gamemode gamescope obs-studio jotta-cli +sudo dnf install fastfetch stow fish steam git gh nvim tldr btop 1password sublime-text mangojuice gamemode gamescope obs-studio jotta-cli codium ``` ##### Flatpak ```