Add a bare mode with almost no default applications beyond system basics

This commit is contained in:
David Heinemeier Hansson
2025-07-10 12:28:42 -07:00
parent 6e05a51b65
commit a64c0505ec
28 changed files with 30 additions and 21 deletions

View File

@ -1,5 +1,5 @@
# Install asdcontrol for controlling brightness on Apple Displays
if ! command -v asdcontrol &>/dev/null; then
if [ -z "$OMARCHY_BARE" ] && ! command -v asdcontrol &>/dev/null; then
git clone https://github.com/nikosdion/asdcontrol.git /tmp/asdcontrol
cd /tmp/asdcontrol
make