update installation.md and addedd configs + packages
This commit is contained in:
@@ -1,7 +1,29 @@
|
||||
# Installations for new Fedora KDE instance
|
||||
|
||||
## Index
|
||||
1. [RPM Fusion Tweaks](#rpm-fusion-tweaks)
|
||||
1. [Configurations](#configurations)
|
||||
2. [Multimedia](#multimedia)
|
||||
1. [Intel (Recent CPU)](#intel-recent-cpu)
|
||||
3. [DVD stuff](#dvd-stuff)
|
||||
4. [Firmware stuff](#firmware-stuff)
|
||||
2. [Packages](#packages)
|
||||
1. [Import keys & repos](#import-keys--repos)
|
||||
1. [1Password](#1password)
|
||||
2. [Jottacloud](#jottacloud)
|
||||
3. [VSCodium](#vscodium)
|
||||
2. [Install packages](#install-packages)
|
||||
1. [DNF](#dnf)
|
||||
2. [Flatpak](#flatpak)
|
||||
3. [Configs](#configs)
|
||||
1. [Jottacloud](#jottacloud-1)
|
||||
2. [Firefox about:config](#firefox-aboutconfig)
|
||||
|
||||
## RPM Fusion Tweaks
|
||||
https://rpmfusion.org/ <br>
|
||||
Configurations: https://rpmfusion.org/Configuration
|
||||
[Index](#index)
|
||||
|
||||
> [RPM Fusion](https://rpmfusion.org/)\
|
||||
> [RPM Fusion Configurations](https://rpmfusion.org/Configuration)
|
||||
### Configurations
|
||||
```
|
||||
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||
@@ -31,7 +53,10 @@ sudo dnf --repo=rpmfusion-nonfree-tainted install "*-firmware"
|
||||
```
|
||||
|
||||
## Packages
|
||||
[Index](#index)
|
||||
|
||||
### Import keys & repos
|
||||
#### 1Password
|
||||
```
|
||||
sudo rpm --import https://downloads.1password.com/linux/keys/1password.asc
|
||||
sudo sh -c 'echo -e "[1password]\nname=1Password Stable Channel\nbaseurl=https://downloads.1password.com/linux/rpm/stable/\$basearch\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=\"https://downloads.1password.com/linux/keys/1password.asc\"" > /etc/yum.repos.d/1password.repo'
|
||||
@@ -39,6 +64,7 @@ sudo rpm -v --import https://download.sublimetext.com/sublimehq-rpm-pub.gpg
|
||||
sudo dnf config-manager addrepo --from-repofile=https://download.sublimetext.com/rpm/stable/x86_64/sublime-text.repo
|
||||
sudo dnf config-manager addrepo --from-repofile=https://repo.librewolf.net/librewolf.repo
|
||||
```
|
||||
#### Jottacloud
|
||||
```
|
||||
sudo tee /etc/yum.repos.d/JottaCLI.repo > /dev/null << 'EOF'
|
||||
[jotta-cli]
|
||||
@@ -48,6 +74,7 @@ gpgcheck=1
|
||||
gpgkey=https://repo.jotta.cloud/public.gpg
|
||||
EOF
|
||||
```
|
||||
#### VSCodium
|
||||
```
|
||||
sudo tee -a /etc/yum.repos.d/vscodium.repo << 'EOF'
|
||||
[gitlab.com_paulcarroty_vscodium_repo]
|
||||
@@ -63,7 +90,7 @@ 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 codium
|
||||
sudo dnf install fastfetch stow fish steam git gh nvim tldr btop 1password sublime-text mangojuice gamemode gamescope obs-studio jotta-cli codium rpmconf
|
||||
```
|
||||
##### Flatpak
|
||||
```
|
||||
@@ -74,4 +101,11 @@ flatpak install com.discordapp.Discord io.github.Faugus.faugus-launcher com.adam
|
||||
```
|
||||
run_jottad
|
||||
jotta-cli help
|
||||
```
|
||||
```
|
||||
##### Firefox about:config
|
||||
``accessibility.typeaheadfind.enablesound = false``\
|
||||
``media.hardwaremediakeys.enabled = false``\
|
||||
``clipboard.autocopy = false``\
|
||||
``middlemouse.paste = false``\
|
||||
``widget.gtk.native-emoji-dialog = false``\
|
||||
[TOP](#installations-for-new-fedora-kde-instance)
|
||||
Reference in New Issue
Block a user