Skip to main content

Arch Linux Setup

Auto Setup Script

  1. Step 1: Install Required Packages
sudo pacman -S git curl wget nano base-devel python
  1. Step 2: Clone the Repository
git clone https://github.com/hirusha-adi/myLinuxSetup.git
  1. Step 3: Run the Script
cd myLinuxSetup/desktop
python arch.py

Manual Setup

Update & Upgrade System

sudo pacman -Syyu

Installing yay

sudo pacman -Sy base-devel --noconfirm && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si && cd .. && rm -rf yay
  • Manual Method

sudo pacman -Sy base-devel --no-confirm
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si

now, remove the yay directory as its no longer needed

cd .. & rm -rf yay

Install Packages

Other Package Managers

Browser

Utilities

Media

System Monitor

Password Manager

Messaging

Remote Desktop

Flasher

Development

Options in yay

Selected Software: