partially update readme
This commit is contained in:
parent
e4088880a3
commit
a2f4d14a04
2 changed files with 36 additions and 0 deletions
|
|
@ -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=(
|
||||
|
|
|
|||
30
README.md
30
README.md
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue