From c7cc2bc38a6891143bd8dd03285636db1b16112d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 3 May 2026 12:05:37 +0200 Subject: [PATCH] Drop the idea of elephant-all by default It adds 80mb to the ISO for stuff we don't use out of the box. Better just to have elephant-all for those who want it later. --- install/omarchy-base.packages | 3 +-- migrations/1777542438.sh | 6 ------ 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 migrations/1777542438.sh diff --git a/install/omarchy-base.packages b/install/omarchy-base.packages index 967e00be..4d609b8e 100644 --- a/install/omarchy-base.packages +++ b/install/omarchy-base.packages @@ -28,7 +28,6 @@ docker-compose dosfstools dotnet-runtime-9.0 dust -elephant-all evince exfatprogs expac @@ -94,6 +93,7 @@ nvim obs-studio obsidian omarchy-nvim +omarchy-walker pamixer pinta playerctl @@ -133,7 +133,6 @@ ufw-docker unzip usage uwsm -walker waybar whois wireless-regdb diff --git a/migrations/1777542438.sh b/migrations/1777542438.sh deleted file mode 100644 index b9df949a..00000000 --- a/migrations/1777542438.sh +++ /dev/null @@ -1,6 +0,0 @@ -echo "Replace coterie of individual Elephant packages with the single elephant-all package" - -if omarchy-pkg-present omarchy-walker; then - yes | sudo pacman -S --needed elephant-all walker - sudo pacman -R --noconfirm omarchy-walker -fi