This is my scripts to install easily Arch Linux.
WARNING: This set of script should be used for inspiration, don't run them on your system.
If you want to try to install everything (I would advise you to use a VM) you just have to curl
the first script install_sys.sh
and launch it. Follow the instructions.
Don't expect a lot of choices though.
The first script install_sys
.sh will:
- Erase everything on
/dev/sda
(!!!) - Create partitions
- Boot partition of 200M
- Swap partition
- Root partition
- Home encrypted partition
The second script install_chroot
will:
- Set up locale / time
- Set up Grub for the boot
The third script install_root
will:
- Create a new user with password
- Install every software specified in
progs.csv
- Install
composer
(PHP package manager)
The fourth script install_user
will:
- Try to install every software not found by pacman with aurman (AUR repos)
- Install my dotfiles
Opening progs.csv
will answer your question.