Moved to GitLab
deploys an arch machine
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.
# 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