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 have to
curl
the first scriptinstall_sys.sh
(curl -LO https://raw.githubusercontent.com/Phantas0s/ArchInstall/master/install_sys.sh && sh install_sys.sh
)- Change the function
url_installer
in the file if you want to. - Launch it.
Then, follow the instructions. Don't expect a lot of choices though.
Every scripts are called from install_sys.sh
.
The first script install_sys
.sh will:
- Erase everything on the disk of your choice
- Create partitions
- Boot partition of 200M
- Swap partition
- Root partition
The second script install_chroot
will:
- Set up locale / time
- Set up Grub for the boot
The third script install_apps
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 yay (AUR repos)
- Install my dotfiles
Opening apps.csv
will answer your question.
Switching between a keyboard and mouse costs cognitive energy. My book will help you set up a Linux-based development environment that keeps your hands on your keyboard. Take the brain power you've been using to juggle input devices and focus it where it belongs: on the things you create.
You'll learn how to write your own installation scripts too!