Add VSCodium

This commit is contained in:
GlennIgen
2026-04-22 18:24:59 +02:00
parent 372255007c
commit 8f60aacbe7
+13 -1
View File
@@ -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
```