Fedora-after-install
I wrote fedora_after_install.py to serve as my personal setup tool for Fedora Linux 36 (Workstation Edition). It is ideally run after first boot into a fresh Fedora install.
Feel free to use as-is, or fork and customize for yourself!
Tasks:
- Set hostname
- Upgrade system
- Add RPM Fusion repository
- Add Flathub repository
- Install multimedia codecs
- Install extra packages
- Customize GRUB
- Sudo without password for
$USER
- Create
~/.ssh
for$USER
How does it work?
git clone https://gitlab.com/dwarmstrong/fedora-after-install.git
cd fedora-after-install
sudo ./fedora_after_install.py $USER
Source: fedora-after-install
Thanks for reading! Read other posts?
» Later: Virtualization using KVM + QEMU + libvirt
« Earlier: Install Linux Mint 20.3 with custom partition layout