---
title: Guide to the MacOS layout on Core
tags: Customization Guide,
---
{%hackmd BKbG2KgGSAulHinS3v-N8g %}
## MacOS-Like layout on Core
This one is REALLY easy
### Simply install the extension using this command:
``` bash
sudo apt install gnome-shell-extension-zorin-dash -y
```
Or alternatively click this link:
[apt://gnome-shell-extension-zorin-dash](apt://gnome-shell-extension-zorin-dash) <!-- isn't it funny how i had to add a link to a link -->
### Then *logout*, and log back in, and enable the "Zorin Dash" extension from the [GNOME Extensions App](https://flathub.org/apps/details/org.gnome.Extensions) just like here:

### If you also want the clock on the right, and the "Activities" button removed, install that extension like this and logout+login etc again
``` bash
sudo apt install gnome-shell-extension-zorin-hide-activities-move-clock -y
```
### or again, click this link:
[apt://gnome-shell-extension-zorin-hide-activities-move-clock](apt://gnome-shell-extension-zorin-hide-activities-move-clock)
**That's it for the MacOS layout**