Post
My personal tips for a better Fedora experience
Fedora is a rock-solid stable, with a good selection of official and non-official packages.
Fedora is a rock-solid stable, with a good selection of official and non-official packages. Just like many other distros, it still gives you the flexibility to adjust the system to your workflow. Here's my basic steps to adjust it to my needs:
- Install Cinnamon
- Install Lightdm:
sudo dnf install -y lightdm - Replace GDM with LightDM:
sudo systemctl disable gdm ; sudo systemctl enable lightdm - Remove evolution and all evolution stuff:
sudo dnf remove -y evolution evolution-data-server - If you are Brazilian, using a US International keyboard, install Roberto's cedilla patch to fix the annoying default behavior for cedilla.
- Install zsh and oh-my-zsh.