added min package list to setup; also some config stuff

This commit is contained in:
2023-11-14 22:48:13 -07:00
parent 7fdb33edb5
commit fec162c120
7 changed files with 39 additions and 4 deletions

View File

@ -10,6 +10,7 @@ do
--no-compile-vim ) COMPILE_VIM=0 ;;
--min )
MIN=1
COMPILE_VIM=0
COMPILE_DMENU=0
;;