1 2 3 4 5 6
#!/bin/sh echo "Choose a theme:" && ls ./theme/ read theme echo "THEME=$theme" >> ./.config echo "Set theme to $theme"