How to Make Ubuntu Look Like Mac OS Ventura
The Ubuntu installation instructions look similar to MacOS. You can use this guide to make any Gnome Distro look like MacOS Ventura. Let's get It Started !!!
First things first, go ahead open the terminal and update the package list by running this command
sudo apt update
Step 1: Install package: Gnome Tweaks, Git & Extensions Manager
sudo apt install gnome-shell-extension-manager -y
sudo apt install gnome-tweaks -y
sudo apt install git
After installing the necessary tools, next let's clone the git repository for theme settings
git clone https://github.com/vinceliuice/WhiteSur-gtk-theme.git
Then CD into the downloaded directory. Inside here you will see a script file. Look for the installer script and run it.
cd ~/WhiteSur-gtk-theme/
./install.sh -m -t all -l -N stable --normal --round
Note: The developer of this script offer options and helps to install multiple flavors of macOS themes.
I am gonna run the script file with options -m for Monetery style, -t all will install all accent colors of a theme, the -l option adds support for libadwaita, the -N option with an argument stable makes the nautilus file manager look classic, and lastly use these two options to make GTK apps look better & rounded.
sudo ./tweaks.sh
Then execute this script to start installing all the things we need. Once it’s done, it’s time to run the tweaks script as a root. With in the same folder you will see tweaks.sh file execute that script with -g option to theme the Gnome display manager.
That’s it, now we are done installing themes and accent colors.
Step 2: Install macOS Icon Pack
Return to your web browser, visit this link and download the macOS Ventura Icon pack here. Once completed, unzip the folder, create a folder named /Home/.icons. Copy the extracted folder into .icons
Step 3: Setting theme
Now, search for the tweaks
application and setup as shown below
Next, search for the Extension Manager
application and setup as shown below
Download additional applications as below
Update in settings
Finally, visit this link and download the macOS Ventura wallpaper and apply. That's it, here's how you customize Ubuntu 21.10 or 22.04 to look like MacOS Ventura.
If some time later you want to remove the theme, do this:
./install.sh -r -u
./tweaks.sh -r
Then use the Tweaks app and change to the YARU theme.
Now, reboot the Ubuntu system. This is one method of removing the macOS theme, but it’s not going to work very well. So, it’s better to use the time shift backup and restore the ubuntu to its original state.
Refer: kskroyal.com
Thank you! Hion Coding!