Visit https://asahi-alarm.org/ and run the following script in your Terminal to start Asahi Alarm Installer:
curl https://asahi-alarm.org/installer-bootstrap.sh | shOnce inside the Asahi Alarm Installer, follow the on-screen instructions carefully. A few recommendations:
- You should have at least
50 GBavailable on your SSD for the Linux partition. - Choose
Asahi Arch Minimalfrom the list of OS options the installer provides.
After installation, boot into Arch Linux and perform the initial setup:
- Log into root - username and password:
root - Configure wifi - Run
nmtuifor network setup (if you get an error after activating your wifi, reboot) - Update system - Run
pacman -Syu - Install essential packages - Run
pacman -S sudo git base-devel chromium - Set locale - Run
nano /etc/locale.genand uncommenten_US.UTF-8, save and exit. Runlocale-gen, thennano /etc/locale.confand verify it showsLANG=en_US.UTF-8. If it doesn't, change it toLANG=en_US.UTF-8. Runlocaleand thenreboot.
Create a new user account and configure sudo access:
- Create user -
useradd -m -G wheel <username> - Set password -
passwd <username> - Configure sudo -
EDITOR=nano visudo - Enable wheel group - Uncomment
%wheel ALL=(ALL:ALL) ALL- For unattended installation, uncomment
%wheel ALL=(ALL:ALL) NOPASSWD: ALLinstead (no password prompts during install)
- For unattended installation, uncomment
- Save and exit - Ctrl O, Enter, Ctrl X
- Switch to new user -
su - <username>
As your new user, set up the AUR helper and install Omarchy Mac:
-
Install yay AUR helper:
git clone https://aur.archlinux.org/yay.git cd yay makepkg -si -
Clone and setup Omarchy Mac:
git clone https://github.com/malik-na/omarchy-mac.git ~/.local/share/omarchy cd ~/.local/share/omarchy bash install.sh
Wait for the installation to complete and enter your password when prompted.
Note: If mirrors break during installation, run bash fix-mirrors.sh then run install.sh again.
External Monitor Guide ❗
If you enjoy Omarchy Mac, please give it a star and share your experience on Twitter/X by tagging me @tiredkebab
Join Omarchy Mac Discord server for updates and support.
- Thanks to Asahi Linux and Asahi Alarm for making Linux possible on M1/M2 Macs
- Thanks to DHH for creating Omarchy
Thanks to everyone who has contributed to Omarchy Mac! 🎉
