Merge Arch config as main #1

Closed
baobeld wants to merge 228 commits from arch(btw) into master
2 changed files with 36 additions and 0 deletions
Showing only changes of commit a2f4d14a04 - Show all commits

View file

@ -1,4 +1,5 @@
packagesPacman=(
"grep"
"thunar"
"zsh"
"bitwarden"
@ -23,6 +24,11 @@ packagesPacman=(
"spotify-launcher"
"discord"
"caprine"
"obsidian"
"qt-quickcontrols"
"qt-quickcontrols2"
"qt5-graphicaleffects"
"qt5-svg"
)
packagesYay=(

View file

@ -2,6 +2,36 @@
This is a work in progress setup for my first Arch Linux install
## Arch install
Start by creating a bootable USB from an Arch ISO, you can download from [here](https://archlinux.org/download/)
Boot into the USB...
Connect to wifi...
```
iwctl
```
Test connection with `ping google.ca`
Run the arch install command
```shell
archinstall
```
Running through the options...
- Disc config: Best-effort
- Boot loader: Grub
- User account: Create one and give super
- Profile: Minimal
- Audio: Pipewire
- Additional packages: `git`
- Network: Copy ISE network configuration
Install...
### TODO
- [ ] zsh Configuration