Merge Arch config as main #1
2 changed files with 36 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
packagesPacman=(
|
packagesPacman=(
|
||||||
|
"grep"
|
||||||
"thunar"
|
"thunar"
|
||||||
"zsh"
|
"zsh"
|
||||||
"bitwarden"
|
"bitwarden"
|
||||||
|
|
@ -23,6 +24,11 @@ packagesPacman=(
|
||||||
"spotify-launcher"
|
"spotify-launcher"
|
||||||
"discord"
|
"discord"
|
||||||
"caprine"
|
"caprine"
|
||||||
|
"obsidian"
|
||||||
|
"qt-quickcontrols"
|
||||||
|
"qt-quickcontrols2"
|
||||||
|
"qt5-graphicaleffects"
|
||||||
|
"qt5-svg"
|
||||||
)
|
)
|
||||||
|
|
||||||
packagesYay=(
|
packagesYay=(
|
||||||
|
|
|
||||||
30
README.md
30
README.md
|
|
@ -2,6 +2,36 @@
|
||||||
|
|
||||||
This is a work in progress setup for my first Arch Linux install
|
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
|
### TODO
|
||||||
|
|
||||||
- [ ] zsh Configuration
|
- [ ] zsh Configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue