From 0855a29302145c12ac44c1ebec84ec64ff86b17a Mon Sep 17 00:00:00 2001 From: "kuu(Fumiya Kume)" Date: Sat, 4 Jan 2025 16:29:35 +0900 Subject: [PATCH] Update run.sh --- run.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/run.sh b/run.sh index 43d105c..94e33b0 100644 --- a/run.sh +++ b/run.sh @@ -26,9 +26,6 @@ echo "✅ Install Homebrew" eval "$(/opt/homebrew/bin/brew shellenv)" brew tap homebrew/bundle > /dev/null && brew bundle install --global -q -echo "✅ Set fish" -. ./command/set_fish.sh - echo "✅ Set Mac defaults" . ./command/mac_defaults.sh