mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-08-19 09:21:32 +02:00
Add color theme section
This commit is contained in:
@@ -341,6 +341,12 @@ defaults write com.apple.terminal StringEncodings -array 4
|
||||
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)
|
||||
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
|
||||
echo 'tell application "Terminal" to set current settings of first window to settings set "Alicia-Term"' | osascript
|
||||
|
||||
###############################################################################
|
||||
# Time Machine #
|
||||
|
Reference in New Issue
Block a user