Add VSCodium
This commit is contained in:
@@ -48,10 +48,22 @@ gpgcheck=1
|
|||||||
gpgkey=https://repo.jotta.cloud/public.gpg
|
gpgkey=https://repo.jotta.cloud/public.gpg
|
||||||
EOF
|
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
|
#### Install packages
|
||||||
##### DNF
|
##### 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
|
##### Flatpak
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user