From 6f67cee2d75c551ff22e75247daa1218ae313fb4 Mon Sep 17 00:00:00 2001 From: Jirawat Boonkumnerd Date: Thu, 4 Jul 2024 13:27:01 +0700 Subject: [PATCH] fix: docutils --- macos/dock.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/macos/dock.sh b/macos/dock.sh index 9f8949f..d52b21d 100644 --- a/macos/dock.sh +++ b/macos/dock.sh @@ -3,10 +3,8 @@ dockutil --no-restart --remove all dockutil --no-restart --add "/Applications/Joplin.app" dockutil --no-restart --add "/Applications/Google Chrome.app" -dockutil --no-restart --add "/Applications/Slack.app" dockutil --no-restart --add "/System/Applications/Utilities/Terminal.app" dockutil --no-restart --add "/Applications/Visual Studio Code.app" -dockutil --no-restart --add "/System/Applications/System Preferences.app" -dockutil --no-restart --add "/Applications/Spotify.app" +dockutil --no-restart --add "/System/Applications/System Settings.app" killall Dock