Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 762 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 762 Bytes

Alpine Qtile

Lightweight Desktop installer for Alpine Linux based on qtile

Downloading

  1. Download the latest Alpine image
  2. Run setup-alpine
  3. reboot
  4. Enable community/edge repos
  5. Install git
  6. reboot

Login as your newly created user and run the following:

git clone https://github.com/grandjeanlab/alpine-qtile

cd alpine-qtile

Installing

  1. Change kernal by running doas ./change-kernel.sh (only if you want to use edge instead of lts)
  2. Install dependencies by running doas ./install.sh. The script will simply read required packages from dependencies.txt and run apk add.
  3. Finish installing by running the ./install-nodoas.sh