Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

LukasDoesDev/deployarch

Repository files navigation

Moved to GitLab

deployarch

deploys an arch machine

Usage

(WARNING) This installer is for UEFI systems

Do the following in your UEFI firmware settings:

  • Disable Secure Boot
  • Disable Launch CSM or Legacy Support
  • Set Boot Mode to UEFI
  • Enable USB Boot

Boot to the official installlation ISO and run the following commands:

loadkeys # <your keymap here, you can see them all in the /usr/share/kbd/keymaps directory (Ignore the .map.gz extension)>
# Test if you are using UEFI
ls /sys/firmware/efi/efivars &>/dev/null && echo Using UEFI || echo NOT Using UEFI
# Download and run a script that will download and run the REAL script :D
bash <(curl -sL thatonelukas.tk/files/deployarch/deployarch.sh)

And after that script has run reboot to the drive you installed Arch on, login to root and run these commands:

# Download and run a script that will download and run the REAL script :D
bash <(curl -sL thatonelukas.tk/files/deployarch/after_reboot.sh)

And after that you should have a working Arch installation.

Install recommended software:

(WARNING) Run as a non-root user, otherwise AUR will fail

# Download and run a script that will download and run the REAL script :D
bash <(curl -sL thatonelukas.tk/files/deployarch/install_software.sh)

or if you used the setup script, this should do it:

/root/deploayarch-master/install_software.sh

"source .bashrc" to apply bash stuff "startx" to start dwm

my dwm keybinds:

  • terminal : Alt+Shift+Enter
  • exit : Alt+Shift+Q
  • firefox : Alt+Shift+F

About

deploys an arch machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published