Old Fedora setup using lxsetup (hand-made solution)
| apps | Improve firefox-dev.sh | |
| lists | Import all files from setup repos from archive/ | |
| system | Import all files from setup repos from archive/ | |
| basics.md | Import all files from setup repos from archive/ | |
| howtorun.md | Import all files from setup repos from archive/ | |
| install.md | Remove some of the image steps as deleted | |
| lxsetup.json | Import all files from setup repos from archive/ | |
| manual-setup.md | Import all files from setup repos from archive/ | |
| postinstall.md | Import all files from setup repos from archive/ | |
| README.md | Add README | |
| testing-helpers.sh | Import all files from setup repos from archive/ | |
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```