1
0
Fork
You've already forked fu
0
No description
  • Lua 86.8%
  • Shell 12%
  • JavaScript 1.2%
Find a file
2026年07月06日 13:33:21 +02:00
1password 1password 2024年11月28日 10:00:41 +01:00
asymptote remove some dependencies 2024年11月20日 14:17:04 +01:00
bash fix npm installations 2026年06月13日 16:52:08 +02:00
blockdiag remove some dependencies 2024年11月20日 14:17:04 +01:00
devel Vibe 2026年06月18日 21:52:50 +02:00
filesystem vifm title 2026年05月10日 20:35:04 +02:00
frama-c remove debug trace 2025年10月22日 22:32:19 +02:00
freepascal remove some dependencies 2024年11月20日 14:17:04 +01:00
geogebra more verbose log 2024年11月28日 18:58:40 +01:00
graphic fix Fedora 44 conflicts 2026年05月12日 22:19:01 +02:00
graphviz fix npm installations 2026年06月13日 16:52:08 +02:00
haskell remove some dependencies 2024年11月20日 14:17:04 +01:00
internet cleanup 2026年05月01日 11:45:09 +02:00
javascript fix npm installations 2026年06月13日 16:52:08 +02:00
julia more verbose log 2024年11月28日 18:58:40 +01:00
kde Krohnkite 2026年06月22日 21:28:19 +02:00
keepass better configurations separations 2026年01月23日 16:27:16 +01:00
latex remove some dependencies 2024年11月20日 14:17:04 +01:00
lua Fedora 44 2026年04月19日 23:00:53 +02:00
luax cleanup 2026年05月27日 07:54:45 +02:00
mermaid fix npm installations 2026年06月13日 16:52:08 +02:00
neovim neovim clipboard on tmux 2026年07月06日 13:33:21 +02:00
network remove useless packages on KDE 2026年06月20日 09:06:30 +02:00
nim more verbose log 2024年11月28日 18:58:40 +01:00
numbat fix github tag identification 2025年06月17日 22:37:03 +02:00
ocaml remove some dependencies 2024年11月20日 14:17:04 +01:00
pandoc req 2026年07月02日 17:38:15 +02:00
python fix npm installations 2026年06月13日 16:52:08 +02:00
racket more verbose log 2024年11月28日 18:58:40 +01:00
rust more verbose log 2024年11月28日 18:58:40 +01:00
shell starship configuration 2026年05月31日 09:13:39 +02:00
swiprolog remove some dependencies 2024年11月20日 14:17:04 +01:00
syncthing disable Nextcloud, use syncthing for file synchronization, cadaver for calendar and contact backups 2025年05月04日 21:21:11 +02:00
system remove unused files 2026年06月13日 21:02:35 +02:00
tor better configurations separations 2026年01月23日 16:27:16 +01:00
typst fix github tag identification 2025年06月17日 22:37:03 +02:00
virtualization vm: fix mouse support 2026年05月14日 19:05:48 +02:00
vpn remove some dependencies 2024年11月20日 14:17:04 +01:00
vscode move vlc configuration to graphics.lua 2024年12月18日 22:04:12 +01:00
wasmer remove some dependencies 2024年11月20日 14:17:04 +01:00
work step 2026年06月12日 17:44:03 +02:00
zed zed 2026年07月03日 07:46:57 +02:00
zig zig 0.16.0 2026年04月30日 10:48:13 +02:00
zoom zoom 2026年05月22日 21:20:50 +02:00
.editorconfig install google-api-python-client 2024年08月13日 18:13:45 +02:00
.gitignore sway 2026年04月27日 13:29:19 +02:00
config.lua Vibe 2026年06月18日 21:52:50 +02:00
fu LuaX 10.1 2026年04月16日 00:18:52 +02:00
fu.lua zig 0.16.0 2026年04月30日 10:48:13 +02:00
LICENSE Initial commit 2020年12月09日 00:04:49 +01:00
README.md simplified configuration: no more tiling WM, pure KDE 2026年04月28日 01:04:05 +02:00

Fedora Updater

Fedora Updater is a set of scripts to complete the Fedora installation for my personal and professional needs. It can be in some way tuned for other situations.

It configures a fresh minimal Fedora installation (KDE desktop), with some programming languages and a few other things...

Caution: make backups, read carefully and understand the source code before running this script. You have been warned ;-)

License

Fedora Updater (fu): lightweight Fedora « distribution »
Copyright (C) 2018-2026 Christophe Delord
https://codeberg.org/cdsoft/fu
This file is part of Fedora Updater (FU)
FU is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
FU is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with FU. If not, see <http://www.gnu.org/licenses/>.

Installation

Installation from GitHub:

git clone https://codeberg.org/cdsoft/fu
cd fu
./fu

Documentation

No documentation written yet. Run fu -h and Use the source, Luke!