Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivomac/arch-install
custom scripts to install arch
https://github.com/ivomac/arch-install
archlinux dotfiles
Last synced: about 2 months ago
JSON representation
custom scripts to install arch
- Host: GitHub
- URL: https://github.com/ivomac/arch-install
- Owner: ivomac
- Created: 2024-10-17T04:10:59.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T08:37:14.000Z (2 months ago)
- Last Synced: 2024-11-25T09:29:51.748Z (2 months ago)
- Topics: archlinux, dotfiles
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Arch Linux installation
Backup:
* data
* firefox tabs
* sidebery settings
* kde window rules```bash
iwctl station wlan0 connect "$SSID"
curl -L https://github.com/ivomac/arch-install/archive/refs/tags/latest.tar.gz | tar -xzv
cd arch-install-latest
./install.sh noipv6 (optional)
./install.sh nvme
```Further nvme actions...
```bash
./install.sh base
./install.sh relocate (user)
arch-chroot /mnt/archinstall (or reboot)
./install.sh own (user)
``````bash
cd /home/(user)/arch-install
./install.sh uninstall
./install.sh pkgs
./install.sh root
./install.sh noipv6 (optional)
su (user)
```Add ssh keys...
```bash
./install.sh user
./install.sh yay
./install.sh aur
```Restart...
```bash
./install.sh post-reboot
./install.sh manual
./install.sh todo
```