How to install Arch Linux on a Macbook Pro M2
Step 1: Install Arch Linux
Follow the instructions to install Arch Linux using the archboot ISO.
Step 2: Run the Installation Script
At this step, you should have a working Arch Linux system.
- Install git and sudo
- Grant the user
sudo
privilegesnvim /etc/sudoers
- Clone this repository and run the
install.sh
scriptgit clone https://github.com/jellydn/arch-linux-on-m2.git cd arch-linux-on-m2 sh install.sh
- This script will update the system packages, install kitty terminal emulator, install the GNOME desktop environment, install and enable GDM.
- Verify that the GNOME desktop environment is installed correctly
sudo systemctl status gdm.service
- Reboot the system
reboot
Step 3: Install VMware Tools
If you share the folder between the host and the guest, you need to install VMware Tools.
This is optional but you can run the extra.sh
script to install some extra packages:
cd arch-linux-on-m2
sh extra.sh
To enable key repeat, run the following command:
xset r rate 200 30
# Install fisher
curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher
# Git alias
fisher install jhillyerd/plugin-git
# Pure
fisher install pure-fish/pure
- How to Install GNOME in Arch Linux
- The Ultimate Guide to i3 Customization in Linux
- 10 Things To Do After Installing Arch Linux 2023 ‣ KSKRoyal
- mitchellh/nixos-config: My NixOS configurations.
- daimaou92/install-arch-vmwarefusion-techpreview
- Installing Arch Linux is EASY [ A Tutorial ] -- Linux for Newbs EP 1
Give a â?ï¸? if this project helped you!