diff --git a/.install/packages/general.sh b/.install/packages/general.sh index 595e142..88037e5 100644 --- a/.install/packages/general.sh +++ b/.install/packages/general.sh @@ -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=( diff --git a/README.md b/README.md index cb8890d..a03b581 100644 --- a/README.md +++ b/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