commit - e566646aec0089267c66c82b38204fe23782598c
commit + ea201a0ba76f31de945d153602ead0cb01be01e3
blob - 509aa0f1fb66edff9c7cb52e2da10bce4c7b149f
blob + 77443b68811d12f1970c1cf0c9ada1fa83c88b5b
--- README.md
+++ README.md
2. Run `setup-alpine`
3. Run `setup-xorg-base`
4. [Enable community/edge/testing repos](https://wiki.alpinelinux.org/wiki/Repositories#Enabling_the_community_repository)
-5. Install git, vim, bash, & doas
+5. Install git, vim & doas
6. Edit doas permissions (`/etc/doas.conf`):
```
## Installing
-1) Install dependencies by running `./install-dependencies.sh`. The script will simply read required packages from `dependencies.txt` and run apk add.
-2) Compile and install suckless software by running the `./install.sh`
+1. Install dependencies by running `./install-dependencies.sh`
+2. Compile and install suckless software by running the `./install.sh`
## TLDR
```sh
cd alpine-suck # CD into this repository
-doas ./install-dependencies.sh # Install alpine packages
+doas sh ./install-dependencies.sh # Install alpine packages
```
Be sure to change the `$ALPINE_USER` variable to match that of your current
Then run the script to build suckless programs:
```sh
-doas ./install.sh # Install everything
+doas sh ./install.sh # Install everything
```
Reboot the machine. Log in as your main user. Run: