Skip to content

mxvish/arch-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arch-setup

Installer & setup script for Arch Linux in i3 on UEFI x86-64 pc

Usage

  • Install Arch on PC

    #After creating partitions, mounting partitions and connecting to the Internet.
    pacstrap /mnt base linux linux-firmware git
    genfstab -U /mnt >> /mnt/etc/fstab
    arch-chroot /mnt
    git clone https://github.com/mxvish/arch-setup.git
    cd arch-setup
    sh install.sh
    exit
    reboot
    • Change username from mxvish as you like.
    • This script does not format, mount partitions, and connect to wifi automatically. Refer to commented out commands in install.sh to do them.
  • Install i3 and others

    su
    sh setup.sh
    sh final.sh

Check difference between codes on local machine and this repository

git clone https://github.com/mxvish/arch-setup.git
cd arch-setup
sh check_diff.sh 

About

Installer & setup script for Arch Linux in i3 on UEFI x86-64 pc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages