{"id":28092451,"url":"https://github.com/tokollo5/fedora-workstation-afterinstall-notes","last_synced_at":"2025-05-13T13:16:14.655Z","repository":{"id":218042593,"uuid":"745430295","full_name":"tokollo5/fedora-workstation-afterinstall-notes","owner":"tokollo5","description":"My Fedora Linux 41 Setup","archived":false,"fork":false,"pushed_at":"2025-04-15T08:28:20.000Z","size":5410,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T13:16:12.976Z","etag":null,"topics":["fedora","fedora-workstation","gnome","gnome-desktop","linux"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tokollo5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-19T10:14:48.000Z","updated_at":"2025-04-15T08:28:24.000Z","dependencies_parsed_at":"2024-01-19T12:10:04.847Z","dependency_job_id":"7ef858aa-9bce-4687-93e8-4801968e6c5d","html_url":"https://github.com/tokollo5/fedora-workstation-afterinstall-notes","commit_stats":null,"previous_names":["bylotonix/fedora-workstation-afterinstall-notes","tokollo5/fedora-workstation-afterinstall-notes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokollo5%2Ffedora-workstation-afterinstall-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokollo5%2Ffedora-workstation-afterinstall-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokollo5%2Ffedora-workstation-afterinstall-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tokollo5%2Ffedora-workstation-afterinstall-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tokollo5","download_url":"https://codeload.github.com/tokollo5/fedora-workstation-afterinstall-notes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253948504,"owners_count":21988961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fedora","fedora-workstation","gnome","gnome-desktop","linux"],"created_at":"2025-05-13T13:16:13.993Z","updated_at":"2025-05-13T13:16:14.651Z","avatar_url":"https://github.com/tokollo5.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eFedora Workstation AfterInstall Notes\u003c/h1\u003e\n\u003ch4 align=\"center\"\u003eThings I usually do after installing Fedora Workstation\u003c/h4\u003e\n\n![alt text](https://github.com/ByloTonix/fedora-workstation-afterinstall-notes/blob/main/screenshots/screenshot0.png)\n![alt text](https://github.com/ByloTonix/fedora-workstation-afterinstall-notes/blob/main/screenshots/screenshot1.png)\n![alt text](https://github.com/ByloTonix/fedora-workstation-afterinstall-notes/blob/main/screenshots/screenshot2.png)\n![alt text](https://github.com/ByloTonix/fedora-workstation-afterinstall-notes/blob/main/screenshots/screenshot3.png)\n\n\n## Changing Hostname\n\n```\nsudo hostnamectl set-hostname \"HOSTNAME\"\n```\n\n## TPM2.0 Decryption\nTo decrypt your system without manually entering a password, but using the tpm 2 security module, you can follow this [instruction](https://gist.github.com/jdoss/777e8b52c8d88eb87467935769c98a95)\n\n\n## System Updating\n```\nsudo dnf update -y\n```\n\n## RPM Fusion\n```\nsudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm\nsudo dnf update @core\n```\n\n## Firmware\n```\nsudo fwupdmgr get-devices \nsudo fwupdmgr refresh --force \nsudo fwupdmgr get-updates \nsudo fwupdmgr update\n```\n\n## Additional Codecs\n```\nsudo dnf install gstreamer1-plugins-{bad-\\*,good-\\*,base} gstreamer1-plugin-openh264 gstreamer1-plugin-libav --exclude=gstreamer1-plugins-bad-free-devel -y\nsudo dnf install lame\\* --exclude=lame-devel -y\nsudo dnf install gstreamer1-plugin-openh264 mozilla-openh264 -y\nsudo dnf group upgrade Multimedia --skip-unavailable\n```\n\n## Decreasing TouchPad Scroll Speed\n```\nsudo dnf install libinput-devel\ngit clone https://gitlab.com/warningnonpotablewater/libinput-config\nsudo dnf install make cmake automake gcc gcc-c++ kernel-devel meson\nsudo dnf install rust-libudev-devel --setop='install_weak_deps=False'\ncd libinput-config/ \u0026\u0026 meson build\ncd build/ \u0026\u0026 ninja\nsudo ninja install\nsudo dnf remove rust-libudev-devel\nsudo nano /etc/libinput.conf\n```\n```\nscroll-factor=0.25\n```\n\n## No Password\n```\nsudo visudo /etc/sudoers.d/010_NICKNAME-nopasswd\n```\n```\nNICKNAME ALL=(ALL) NOPASSWD: ALL\n```\n## Gnome Extensions\n* [Caffeine](https://extensions.gnome.org/extension/517/caffeine/)\n* [Emoji Copy](https://extensions.gnome.org/extension/6242/emoji-copy/)\n* [Rounded Windows Corners Reborn](https://extensions.gnome.org/extension/7048/rounded-window-corners-reborn/)\n* [Fullscreen to Empty Workspace](https://github.com/ByloTonix/fullscreen-to-new-workspace-gnome)\n* [Dash to Dock](https://extensions.gnome.org/extension/307/dash-to-dock/)\n* [Bluetooth Quick Connect](https://extensions.gnome.org/extension/1401/bluetooth-quick-connect/)\n* [App Indicator Support](https://extensions.gnome.org/extension/615/appindicator-support/)\n* [Wireless HID](https://extensions.gnome.org/extension/4228/wireless-hid/)\n* [Legacy GTK3 Theme Scheme Auto Switcher](https://github.com/mukul29/legacy-theme-auto-switcher-gnome-extension)\n* [App Hider](https://extensions.gnome.org/extension/5895/app-hider/)\n* [Astra Monitor](https://extensions.gnome.org/extension/6682/astra-monitor/)\n* [Grand Theft Focus](https://extensions.gnome.org/extension/5410/grand-theft-focus/)\n* [GTK4 Desktop Icons](https://extensions.gnome.org/extension/5263/gtk4-desktop-icons-ng-ding/)\n* [Hide Top Bar](https://extensions.gnome.org/extension/545/hide-top-bar/)\n* [Just Perfection](https://extensions.gnome.org/extension/3843/just-perfection/)\n* [Panel Corners](https://extensions.gnome.org/extension/4805/panel-corners/)\n* [Quick Settings Tweaker](https://extensions.gnome.org/extension/5446/quick-settings-tweaker/) (with latest fixes from its [GitHub](https://github.com/qwreey/quick-settings-tweaks))\n* [RebootToUEFI](https://extensions.gnome.org/extension/5105/reboottouefi/)\n* [Media Progress](https://extensions.gnome.org/extension/6940/media-progress/)\n  \n## Apps\n* [BlackBox](https://gitlab.gnome.org/raggesilver/blackbox)\n* [Dconf Editor](https://wiki.gnome.org/Apps/DconfEditor)\n* [Drawing](https://maoschanz.github.io/drawing/)\n* [File Roller](https://wiki.gnome.org/Apps/FileRoller)\n* [Geary](https://wiki.gnome.org/Apps/Geary)\n* [Gnome Tweaks](https://gitlab.gnome.org/GNOME/gnome-tweaks)\n* [Extensions](https://apps.gnome.org/Extensions/)\n* [Sound Recorder](https://wiki.gnome.org/Apps/SoundRecorder)\n* [VS Code](https://code.visualstudio.com/)\n* [Zoom](https://zoom.us/)\n\n## Flatpak Apps\n* [Audio Sharing](https://apps.gnome.org/AudioSharing/)\n* [Cassette](https://github.com/Rirusha/Cassette)\n* [Cohesion](https://github.com/brunofin/cohesion)\n* [Gaia Sky](https://zah.uni-heidelberg.de/gaia/outreach/gaiasky/)\n* [materialgram](https://github.com/kukuruzka165/materialgram)\n* [Metadata Cleaner](https://metadatacleaner.romainvigier.fr)\n* [OBS Studio](https://obsproject.com/)\n* [Steam](https://store.steampowered.com/)\n* [Datcord](https://github.com/gamingdoom/datcord)\n\n## Other\n* [Adwaita theme for GTK3](https://github.com/lassekongo83/adw-gtk3)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftokollo5%2Ffedora-workstation-afterinstall-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftokollo5%2Ffedora-workstation-afterinstall-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftokollo5%2Ffedora-workstation-afterinstall-notes/lists"}