fix: tilføj Flathub remote og ret pakkelister
- Tilføj Flathub remote-task inden Flatpak-install (manglede på ny installation) - Ret nvim → neovim og fjern mangojuice fra DNF i vars og manual guide - Tilføj mangojuice som Flatpak (io.github.radiolamp.mangojuice) - Opdater README og fedora-kde-setup med Flathub-trin
This commit is contained in:
@@ -17,7 +17,7 @@ ansible/
|
|||||||
├── rpmfusion.yml ← RPM Fusion repos, multimedia, DVD, firmware
|
├── rpmfusion.yml ← RPM Fusion repos, multimedia, DVD, firmware
|
||||||
├── repos.yml ← GPG-nøgler og .repo-filer
|
├── repos.yml ← GPG-nøgler og .repo-filer
|
||||||
├── dnf_packages.yml ← Installer DNF-pakker fra vars/
|
├── dnf_packages.yml ← Installer DNF-pakker fra vars/
|
||||||
├── flatpak_packages.yml ← Installer Flatpaks fra vars/
|
├── flatpak_packages.yml ← Tilføj Flathub remote + installer Flatpaks fra vars/
|
||||||
├── dotfiles.yml ← Klon .dotfiles og kør stow
|
├── dotfiles.yml ← Klon .dotfiles og kør stow
|
||||||
└── system.yml ← NetworkManager/systemd-resolved + Tailscale
|
└── system.yml ← NetworkManager/systemd-resolved + Tailscale
|
||||||
```
|
```
|
||||||
|
|||||||
+12
-3
@@ -140,13 +140,21 @@ EOF
|
|||||||
#### DNF
|
#### DNF
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo dnf install fastfetch stow fish kitty lsd glow tailscale steam git gh nvim tldr btop 1password sublime-text mangojuice gamemode gamescope obs-studio jotta-cli codium rpmconf Cider
|
sudo dnf install fastfetch stow fish kitty lsd glow tailscale steam git gh neovim tldr btop 1password sublime-text gamemode gamescope obs-studio jotta-cli codium rpmconf Cider
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Flatpak
|
#### Flatpak
|
||||||
|
|
||||||
|
Tilføj først Flathub som remote:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
flatpak install -y \
|
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
|
```
|
||||||
|
|
||||||
|
Installer derefter pakker:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
flatpak install -y flathub \
|
||||||
com.discordapp.Discord \
|
com.discordapp.Discord \
|
||||||
io.github.Faugus.faugus-launcher \
|
io.github.Faugus.faugus-launcher \
|
||||||
com.adamcake.Bolt \
|
com.adamcake.Bolt \
|
||||||
@@ -158,7 +166,8 @@ flatpak install -y \
|
|||||||
com.github.Matoking.protontricks \
|
com.github.Matoking.protontricks \
|
||||||
com.vysp3r.ProtonPlus \
|
com.vysp3r.ProtonPlus \
|
||||||
org.musicbrainz.Picard \
|
org.musicbrainz.Picard \
|
||||||
io.github.lullabyX.sone
|
io.github.lullabyX.sone \
|
||||||
|
io.github.radiolamp.mangojuice
|
||||||
```
|
```
|
||||||
|
|
||||||
### Dotfiles
|
### Dotfiles
|
||||||
|
|||||||
@@ -1,4 +1,11 @@
|
|||||||
---
|
---
|
||||||
|
- name: Flatpak - Tilføj Flathub remote
|
||||||
|
community.general.flatpak_remote:
|
||||||
|
name: flathub
|
||||||
|
state: present
|
||||||
|
flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||||
|
method: system
|
||||||
|
|
||||||
- name: Flatpak - Installer pakker
|
- name: Flatpak - Installer pakker
|
||||||
community.general.flatpak:
|
community.general.flatpak:
|
||||||
name: "{{ flatpak_packages }}"
|
name: "{{ flatpak_packages }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user