πŸ› οΈ My Linux Mint Cinnamon Setup β€” macOS Big Sur Inspired Look

πŸ–ΌοΈ Screenshot

Here’s how my desktop looks after all the customizations:

Desktop Screenshot

This is my personal reference guide for setting up a macOS Big Sur–like desktop on Linux distributions that use the Cinnamon desktop environment, such as:

I wrote this for myself so that I don’t have to go through all the hassle again when setting it up next time.
Everything below is exactly how I like my Cinnamon desktop customized.


πŸ“¦ What I Usually Do


βš™οΈ Initial Setup & Tweaks

The first few changes I always make before installing anything:

  1. In System Settings β†’ Windows, I change the button layout from right to left.
  2. I update the Alt + Tab behavior to use Coverflow 3D for a more fluid window switcher.
  3. In Hot Corner settings, I set the top-left corner to Show Workspaces.

🧩 Extensions and Panel Customization

I install and configure a few extensions and panel tweaks right away:

Then, I change my background wallpaper to a macOS Big Sur–style wallpaper.
πŸ“¦ macOS Big Sur Wallpaper Pack


🎨 GTK Theme β€” WhiteSur Light/Dark

I install the WhiteSur GTK theme to get the macOS Big Sur look:

git clone https://github.com/vinceliuice/WhiteSur-gtk-theme.git
cd WhiteSur-gtk-theme
./install.sh

πŸ“ WhiteSur GTK Theme Repository


πŸͺ„ Cursor Theme β€” McMojave

I install the McMojave cursor theme for a polished macOS cursor feel:

git clone https://github.com/vinceliuice/McMojave-cursors.git
cd McMojave-cursors
sudo cp -r McMojave* /usr/share/icons/

πŸ“ McMojave Cursors Repository


🧰 Configuring Panel and Applets

Here’s how I usually set up my panel and applets:


πŸ“Œ Plank Dock Setup

I install and configure Plank Dock for a macOS-style dock:

sudo apt install plank

πŸ“ WhiteSur Plank Theme Pack

πŸ’‘ Note: This is included in the WhiteSur GTK theme β€” no need to download separately, just for reference.

πŸ” Albert Launcher Setup

I install and configure Albert Launcher as a spotlight-style app launcher.

πŸ“₯ Download Albert
🎨 Albert Theme

πŸ’‘ Note: I didn’t find a single perfect package, so this might require some trial and error β€” some builds will work for sure.

πŸ“ Nautilus as Default File Manager

I prefer Nautilus as my default file manager, so I install it with:

sudo apt install nautilus

Then I set it as the default file manager in system settings.


🦊 Firefox Theme β€” WhiteSur

I change the Firefox browser theme following the guide from the GitHub repository:

πŸ“ WhiteSur Firefox Theme Guide

πŸ’‘ This is also included inside the same WhiteSur GTK theme folder β€” just search for it or follow the guide above.

πŸ–₯️ Final Desktop Layout

Finally, I arrange the desktop icons and align everything to achieve a clean, macOS-like layout.


🏁 Final Thoughts

With all these steps, I transform my Cinnamon desktop into something that closely resembles macOS Big Sur β€” clean, elegant, and modern β€” while keeping the power and freedom of Linux.