1
0
Fork
You've already forked old-setup
0
Old Fedora setup using lxsetup (hand-made solution)
  • Shell 100%
2025年04月25日 21:39:52 +02:00
apps Improve firefox-dev.sh 2025年04月25日 21:39:52 +02:00
lists Import all files from setup repos from archive/ 2024年09月18日 02:28:44 +02:00
system Import all files from setup repos from archive/ 2024年09月18日 02:28:44 +02:00
basics.md Import all files from setup repos from archive/ 2024年09月18日 02:28:44 +02:00
howtorun.md Import all files from setup repos from archive/ 2024年09月18日 02:28:44 +02:00
install.md Remove some of the image steps as deleted 2025年02月08日 03:04:35 +01:00
lxsetup.json Import all files from setup repos from archive/ 2024年09月18日 02:28:44 +02:00
manual-setup.md Import all files from setup repos from archive/ 2024年09月18日 02:28:44 +02:00
postinstall.md Import all files from setup repos from archive/ 2024年09月18日 02:28:44 +02:00
README.md Add README 2024年09月18日 02:29:42 +02:00
testing-helpers.sh Import all files from setup repos from archive/ 2024年09月18日 02:28:44 +02:00

Old Fedora setup

This is my old setup, in a very draft state but it was almost working, this was using lxsetup (a hand-made little Ansible that really sucks don't use it)... I migrated to Ansible in my setup repos so this became obsolete, go over this other repos this is much more interesting !!

The list of packages are now maintained in Ansible playbooks directly... those list are really obsolete... but some scripts are still useful from time to time.

.
├── apps
│  ├── composer.sh
│  ├── etesync-dav.sh
│  ├── firefox-dev.sh
│  ├── languagetool-server.sh
│  ├── mysql.sh
│  ├── ssh-setup.sh
│  ├── valet-linux-plus.sh
│  ├── virtualbox.sh
│  └── vscodium.sh
├── basics.md
├── howtorun.md
├── install.md
├── lists
│  ├── cargo.list
│  ├── codium.list
│  ├── codium.new.list
│  ├── composer.list
│  ├── dnf.dump.list
│  ├── dnf.list
│  ├── flatpak.list
│  ├── npm.list
│  ├── pip.list
│  └── snap.list
├── lxsetup.json
├── manual-setup.md
├── postinstall.md
├── README.md
├── system
│  ├── code-setup.sh
│  ├── config.sh
│  ├── git-config.sh
│  ├── nvidia-drivers.sh
│  ├── post-install.sh
│  ├── remotes.sh
│  ├── stability.sh
│  └── touchpad-gestures.sh
└── testing-helpers.sh```