No description
- Lua 86.8%
- Shell 12%
- JavaScript 1.2%
|
|
||
|---|---|---|
| 1password | 1password | |
| asymptote | remove some dependencies | |
| bash | fix npm installations | |
| blockdiag | remove some dependencies | |
| devel | Vibe | |
| filesystem | vifm title | |
| frama-c | remove debug trace | |
| freepascal | remove some dependencies | |
| geogebra | more verbose log | |
| graphic | fix Fedora 44 conflicts | |
| graphviz | fix npm installations | |
| haskell | remove some dependencies | |
| internet | cleanup | |
| javascript | fix npm installations | |
| julia | more verbose log | |
| kde | Krohnkite | |
| keepass | better configurations separations | |
| latex | remove some dependencies | |
| lua | Fedora 44 | |
| luax | cleanup | |
| mermaid | fix npm installations | |
| neovim | neovim clipboard on tmux | |
| network | remove useless packages on KDE | |
| nim | more verbose log | |
| numbat | fix github tag identification | |
| ocaml | remove some dependencies | |
| pandoc | req | |
| python | fix npm installations | |
| racket | more verbose log | |
| rust | more verbose log | |
| shell | starship configuration | |
| swiprolog | remove some dependencies | |
| syncthing | disable Nextcloud, use syncthing for file synchronization, cadaver for calendar and contact backups | |
| system | remove unused files | |
| tor | better configurations separations | |
| typst | fix github tag identification | |
| virtualization | vm: fix mouse support | |
| vpn | remove some dependencies | |
| vscode | move vlc configuration to graphics.lua | |
| wasmer | remove some dependencies | |
| work | step | |
| zed | zed | |
| zig | zig 0.16.0 | |
| zoom | zoom | |
| .editorconfig | install google-api-python-client | |
| .gitignore | sway | |
| config.lua | Vibe | |
| fu | LuaX 10.1 | |
| fu.lua | zig 0.16.0 | |
| LICENSE | Initial commit | |
| README.md | simplified configuration: no more tiling WM, pure KDE | |
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!