#!/bin/sh echo "Choose a mode (type master if unsure): "; ls ./modes/ read mode echo "MODE=$mode" >> ./.config echo "Choose a theme:" && ls ./theme/ read theme echo "THEME=$theme" >> ./.config echo "Set theme to $theme"