Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxvish/arch-setup
Installer & setup script for Arch Linux in i3 on UEFI x86-64 pc
https://github.com/mxvish/arch-setup
archlinux automation config git github i3 linux open-source setup shell uefi x86-64
Last synced: 3 months ago
JSON representation
Installer & setup script for Arch Linux in i3 on UEFI x86-64 pc
- Host: GitHub
- URL: https://github.com/mxvish/arch-setup
- Owner: mxvish
- License: gpl-3.0
- Created: 2022-09-04T12:58:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T01:00:03.000Z (4 months ago)
- Last Synced: 2024-10-19T01:14:28.553Z (4 months ago)
- Topics: archlinux, automation, config, git, github, i3, linux, open-source, setup, shell, uefi, x86-64
- Language: Shell
- Homepage:
- Size: 195 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arch-setup
Installer & setup script for Arch Linux in i3 on UEFI x86-64 pc# Usage
- Install Arch on PC
```sh
#After creating partitions, mounting partitions and connecting to the Internet.
pacstrap /mnt base linux linux-firmware git
genfstab -U /mnt >> /mnt/etc/fstab
arch-chroot /mnt
git clone https://github.com/mxvish/arch-setup.git
mv arch-setup/* .
sh archinstall.sh
exit
reboot
```
- Change username from `mxvish` as you like.
- This script does not format, mount partitions, and connect to wifi automatically.
Refer to commented out commands in [archinstall.sh](archinstall.sh) to do them.- Install i3 and others
```sh
su
sh archsetup.sh
sh final.sh
```
- For more information about what this command does, see [archsetup.sh](archsetup.sh) and [final.sh](final.sh).