#!/bin/sh echo "Choose a theme:" && ls ./theme/ read theme echo "THEME=$theme" >> ./.config echo "Set theme to $theme"