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 ```