Skip to content

Scripts for linux system installation, personalization and making my life easier

Notifications You must be signed in to change notification settings

jurc192/arch_setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arch linux installation scripts

This repository contains scripts which install and configure arch linux system. Once booted into the Arch Linux Live USB:

  • install git (pacman -Sy git)
  • clone this repo
  • change permissions (chmod +x *.sh)
  • install base system (./install_core.sh)
  • install userspace
    • move script to new system (e.g. /mnt/home//)
    • execute inside chroot (arch-chroot /mnt /bin/bash -c "path-to-script.sh <USERNAME>")

About

Scripts for linux system installation, personalization and making my life easier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages