From 130fd77bac397c804b2bb2541cd2e30e872d391f Mon Sep 17 00:00:00 2001 From: zelikos Date: Fri, 25 Oct 2024 20:44:36 -0400 Subject: [PATCH] feat(Brewfile): Remove atuin I've been trialing it for a number of months, but I have never gotten used to atuin's Up-Arrow behavior compared to the behavior of bash and fish. As for Ctrl+R search, while atuin is nice for that, we default to the fish shell already, and fish's is nicer to use than bash. We'll keep our fish integration for atuin in case users install it manually, but no longer include atuin in the Brewfile. --- .../shared/usr/share/zeliblue/homebrew/zeliblue-cli.Brewfile | 1 - 1 file changed, 1 deletion(-) diff --git a/files/system_files/shared/usr/share/zeliblue/homebrew/zeliblue-cli.Brewfile b/files/system_files/shared/usr/share/zeliblue/homebrew/zeliblue-cli.Brewfile index 0cc656cc..13e915d0 100644 --- a/files/system_files/shared/usr/share/zeliblue/homebrew/zeliblue-cli.Brewfile +++ b/files/system_files/shared/usr/share/zeliblue/homebrew/zeliblue-cli.Brewfile @@ -1,5 +1,4 @@ tap "homebrew/bundle" -brew "atuin" brew "bat" brew "btop" brew "chezmoi"