Updates URL of terminal theme

This commit is contained in:
Alicia Sykes 2022-11-18 15:45:27 +00:00
parent 2ec0bdbb3d
commit 5a549df1d9

View File

@ -342,7 +342,7 @@ log_msg "Enable secure entry for Terminal"
defaults write com.apple.terminal SecureKeyboardEntry -bool true
log_msg "Apply custom Terminal theme"
theme=$(<config/desktop-apps/alicia-term.terminal)
theme=$(<config/macos/alicia-term.terminal)
plutil -replace Window\ Settings.Alicia-Term -xml "$theme" ~/Library/Preferences/com.apple.Terminal.plist
defaults write com.apple.terminal 'Default Window Settings' -string Alicia-Term
defaults write com.apple.terminal 'Startup Window Settings' -string Alicia-Term