Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```