From dc24971b5f3d3c54d38c243a29a557942e4869fc Mon Sep 17 00:00:00 2001 From: apt Date: Fri, 8 Aug 2025 19:41:01 +0100 Subject: [PATCH] Amended MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Improvements in this version: • Detects and installs Fish shell on macOS and major Linux distros • Installs gpg only on Debian-based systems (if needed) • Installs Homebrew if missing on macOS • Properly installs Fisher (the Fish plugin manager) • Installs recommended plugins using a safe heredoc block • ✅ Fixes the previous emoji-related bug and broken plugin names • Safe to run via curl | bash --- fish_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish_installer.sh b/fish_installer.sh index b90cb97..8d84f14 100644 --- a/fish_installer.sh +++ b/fish_installer.sh @@ -161,4 +161,4 @@ else echo "Skipping plugin installation." fi -echo "✅ Fish shell setup complete on $OS!" +echo "✅ Fish shell setup complete on $OS!" \ No newline at end of file