All Projects → Phantas0s → ArchInstall

Phantas0s / ArchInstall

Licence: other
💻 Personnal install scripts for my development environment

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to ArchInstall

linux-installer
Universal GNU+Linux installer script
Stars: ✭ 16 (-71.43%)
Mutual labels:  archlinux, installer
Archinstall
Arch Linux installer - guided, templates etc.
Stars: ✭ 140 (+150%)
Mutual labels:  archlinux, installer
Archdi
Arch Linux Desktop Installer : tutorial installer
Stars: ✭ 283 (+405.36%)
Mutual labels:  archlinux, installer
Termuxarch
You can use setupTermuxArch.bash 📲 to install Arch Linux in Amazon, Android, Chromebook and Windows. https://sdrausty.github.io/TermuxArch/docs/install
Stars: ✭ 653 (+1066.07%)
Mutual labels:  archlinux, installer
EndeavourOS-ISO
EndeavourOS ISO framework based on Arch-ISO
Stars: ✭ 159 (+183.93%)
Mutual labels:  archlinux, installer
zarch
The Ultimate Script For Arch Linux
Stars: ✭ 49 (-12.5%)
Mutual labels:  archlinux, installer
Archfi
Arch Linux Fast Installer : tutorial installer
Stars: ✭ 2,156 (+3750%)
Mutual labels:  archlinux, installer
arch-odroid
A simple script automatically installing Arch Linux for the ODROID.
Stars: ✭ 30 (-46.43%)
Mutual labels:  archlinux, installer
arch-install
A highly configurable script automatically installing Arch Linux.
Stars: ✭ 32 (-42.86%)
Mutual labels:  archlinux, installer
simplyarch
The blazing fast ⚡ Arch Linux ⚡ installation script that puts you on control 🌟
Stars: ✭ 38 (-32.14%)
Mutual labels:  archlinux, installer
Image Bootstrap
⛅️ Creates (chroots and) bootable virtual machine images; command line tool (Python 3)
Stars: ✭ 178 (+217.86%)
Mutual labels:  archlinux, installer
archdi-pkg
Arch Linux Desktop Installer Packages
Stars: ✭ 46 (-17.86%)
Mutual labels:  archlinux, installer
arch-pi
A simple script automatically installing Arch Linux for the Raspberry Pi.
Stars: ✭ 38 (-32.14%)
Mutual labels:  archlinux, installer
arch-ansible
An Ansible playbook to install Arch Linux
Stars: ✭ 33 (-41.07%)
Mutual labels:  archlinux, installer
arch-pkgs
Management repo for my Arch Linux systems. Mirror of https://gitlab.com/mdaffin/arch-pkgs
Stars: ✭ 79 (+41.07%)
Mutual labels:  archlinux
Arch-Deployer
A script to bulk download an Arch Linux package with all its dependencies to be converted in AppImage.
Stars: ✭ 48 (-14.29%)
Mutual labels:  archlinux
cargo-aur
Prepare Rust projects to be released on the Arch Linux User Repository
Stars: ✭ 49 (-12.5%)
Mutual labels:  archlinux
makestudio
Setup your Delphi Environment very easily - build your projects with more comfort
Stars: ✭ 43 (-23.21%)
Mutual labels:  installer
scoop-bucket
Scoop Apps for Layer5 command line clients
Stars: ✭ 15 (-73.21%)
Mutual labels:  installer
terraform-installer
Installer for HashiCorp Terraform - Automatic Download, Extract and Install of Latest or Specific Version
Stars: ✭ 74 (+32.14%)
Mutual labels:  installer

Phantas0s Arch Install

Mousless Development Environment

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

  1. curl the first script install_sys.sh (curl -LO https://raw.githubusercontent.com/Phantas0s/ArchInstall/master/install_sys.sh && sh install_sys.sh)
  2. Change the function url_installer in the file if you want to.
  3. Launch it.

Then, follow the instructions. Don't expect a lot of choices though.

What's in there?

Every scripts are called from install_sys.sh.

The first script install_sys.sh will:

  1. Erase everything on the disk of your choice
  2. Create partitions
    • Boot partition of 200M
    • Swap partition
    • Root partition

The second script install_chroot will:

  1. Set up locale / time
  2. Set up Grub for the boot

The third script install_apps will:

  1. Create a new user with password
  2. Install every software specified in progs.csv
  3. Install composer (PHP package manager)

The fourth script install_user will:

  1. Try to install every software not found by pacman with yay (AUR repos)
  2. Install my dotfiles

What software are installed?

Opening apps.csv will answer your question.

Building Your Mouseless Development Environment

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].