Skip to content

Scripts, guides and everything needed to properly configure a linux operating system designed for software development

License

Notifications You must be signed in to change notification settings

yadavsanket/archlinux-my-setup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Setup for ArchLinux

This project tries to automate the steps required to install ArchLinux, inspired by ArchLinux beginner guide. This project is not designed for unattended installations, use at your own risk. This project is licensed under MIT.

Important: It's a good practice to test the installation procedure in a virtualized environment before going to the real thing.

Pre-requisites

  • Bootable ArchLinux image. Click here for instructions on how to create a bootable USB.
  • Internet access is required. Check here for more information.

Usage

pacman -Sy --noconfirm ansible git
  • Clone archlinux-my-setup project:
git clone https://github.com/andreptb/archlinux-my-setup.git
  • Review the config.yml file. Every aspect of configuration of the installation is here. When you're done run:
./archlinux-my-setup/setup.sh
  • After the base installation the system will reboot. Use the configured storage to boot. Log with any configured user and run the following to complete the installation:
sudo /archlinux-my-setup/post_setup.sh

Vagrant

A reference Arch Linux installation built with archlinux-my-setup can be tested with Vagrant. To start just run:

vagrant init andreptb/archlinux
vagrant up

About

Scripts, guides and everything needed to properly configure a linux operating system designed for software development

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%