Ubuntu is known for its theming and Unity-esque appearance.
To make Fedora look like Ubuntu, you can follow these steps:
Open a terminal and run:sudo dnf install gnome-shell-yaru
Enable the Yaru theme in GnomeTweaks. Install Tweaks first if needed.sudo dnf install gnome-tweaks
Go to the “Appearance” tab and select the Yaru theme for the Shell, Icons, and Cursor.
Install Gogh for Terminal Theme
Install Gogh from GitHub:sh git clone https://github.com/Gogh-Co/Gogh.git cd Gogh ./install.sh
Select the “Clone of Ubuntu” profile for your terminal:gogh clone ubuntu
Apply the theme:gogh apply ubuntu
Install Ubuntu Fonts:
Download the Ubuntu font family from Google Fonts.
Copy the font files to the fonts directory:sudo cp -r ~/Downloads/ubuntu-font-family-*.ttf /usr/share/fonts/ sudo fc-cache -f -v
Use Gnome Tweaks to change the default fonts. Go to the “Fonts” tab and set the Interface, Document, and Titlebar fonts to Ubuntu.
Optional: Install Extensions:
You can install extensions like “Dash to Panel” and “Arc Menu” to further customize the look and feel of your desktop.
Discover more from Hacking The Hike
Subscribe to get the latest posts sent to your email.