From 80da53eac4f40cb24c6524090060cbe54332c7e2 Mon Sep 17 00:00:00 2001 From: Phillip Date: Thu, 6 Jun 2024 12:20:38 +0000 Subject: [PATCH] Update setup.sh Copy the terminal profile instead of moving it. --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 44c3cd0..bb63d99 100755 --- a/setup.sh +++ b/setup.sh @@ -66,7 +66,7 @@ brew bundle --file Brewfile ./Dock.sh # Applescript to open up Terminal using the downloaded theme -mv Custom.terminal ~/Downloads/Custom.terminal +cp Custom.terminal ~/Downloads/Custom.terminal osascript <