blob: ae063e3fb7299fb58792873fa27fdab048cb0fb5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
|
---
packages:
gaming:
dnf:
# Wine related tools
- mono-complete
- wine
- wine-mono
- winetricks
# GPU Power Control
- corectrl
# Launchers
- legendary
- lutris
- mangohud
flatpak:
- ca.parallel_launcher.ParallelLauncher
- com.obsproject.Studio
- com.valvesoftware.Steam
- com.valvesoftware.SteamLink
- io.mgba.mGBA
- net.kuribo64.melonDS
- net.rpcs3.RPCS3
- org.DolphinEmu.dolphin-emu
- org.azahar_emu.Azahar
- org.prismlauncher.PrismLauncher
- org.ryujinx.Ryujinx
development:
dnf:
# Terminal
- alacritty
- bash
- bat
- fzf
- less
- neovim
- ripgrep
- starship
- tmux
- zsh
# Programming
- cargo
- clang
- cmake
- ctags
- gcc
- gdb
- git
- glibc
- kubectl
- nasm
- rust
- valgrind
# Virtualization
- akmod-vhba
- akmods
- flatpak
- podman
- podman-compose
- qemu
- virt-manager
- virtio-win
- virtualbox-guest-additions
# Utilities
- ansible
- curl
- ftp
- grubby
- helm
- iperf
- moreutils
- rclone
- restic
- rsync
- sqlite
- tcpdump
- uv
- wireshark
- xxd
- yamllint
# Libraries
- SDL2-devel
- amd-ucode-firmware
- clang-devel
- glibc-devel
- libFAudio
- ncurses
- ncurses-devel
- python3
- python3-devel
- raylib
- raylib-devel
flatpak: []
tools:
dnf:
# Monitoring
- htop
- lm_sensors
# Media
- ffmpeg
- ffmpeg-libs
- playerctl
- vlc
- yt-dlp
- yt-dlp-bash-completion
# Mail
- isync
- khard
- msmtp
- neomutt
- notmuch
- vdirsyncer
# Network
- NetworkManager-tui
- firefox
- mullvad-vpn
- wireguard-tools
# Filesystem
- nnn
- tar
- unar
- unzip
- zip
# Other
- gnupg2
- gthumb
- okular
- syncthing
flatpak:
- com.github.jeromerobert.pdfarranger
- com.github.tchx84.Flatseal
- com.makemkv.MakeMKV
- fr.handbrake.ghb
- io.github.dweymouth.supersonic
- net.ankiweb.Anki
- org.gnome.EasyTAG
- org.gnome.seahorse.Application
|