Post

My personal tips for a better Fedora experience

2 tags

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:

  1. Install Cinnamon
  2. Install Lightdm: sudo dnf install -y lightdm
  3. Replace GDM with LightDM: sudo systemctl disable gdm ; sudo systemctl enable lightdm
  4. Remove evolution and all evolution stuff: sudo dnf remove -y evolution evolution-data-server
  5. If you are Brazilian, using a US International keyboard, install Roberto's cedilla patch to fix the annoying default behavior for cedilla.
  6. Install zsh and oh-my-zsh.