Skip to content

personal scripts to install arch linux on my laptops/desktops

Notifications You must be signed in to change notification settings

neel685/arch-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

My personal Arch install scripts

these are some scripts i use personally to automate my arch linux installation, this script creates a 100MB efi partition and gives the remainder to the / (root) partition. it installs very minimal packages on the installation to keep the installation very simple.

Packages installed are :

  • base
  • base-devel
  • linux
  • linux-headers
  • linux-firmware
  • nano
  • git
  • grub
  • efibootmgr
  • networkmanager

How to use ?

usage is very simple, get yourself connected to the internet, wifi users can use iwctl. Then, simply curl the scripts and execute, instructions to do so are given below.

curl https://downloads.neel685.workers.dev/2:/install.sh > install.sh
curl https://downloads.neel685.workers.dev/2:/post-chroot.sh > post-chroot.sh
bash install.sh

after entering chroot, u can simply run the post chroot script by:

bash root/post-chroot.sh

and your installation will be done, you can then reboot and install your favourite Desktop Environments.

Notes:

  • this is only for EFI systems. MBR users can use this guide.
  • i am not installing any intel/amd ucodes, or gpu utils as everybody has different specifications and this script would render useless if it was targetted to specific configurations. therefore, feel free to fork and edit the script to install your laptop/desktop specific ucodes/gpu utils.
  • Contributions are always welcome. Just fork and PR

About

personal scripts to install arch linux on my laptops/desktops

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages