Skip to content

Conversation

@webflo
Copy link
Contributor

@webflo webflo commented Oct 9, 2024

No description provided.

@webflo
Copy link
Contributor Author

webflo commented Oct 9, 2024

Or maybe only 15?

@geerlingguy
Copy link
Owner

geerlingguy commented Oct 9, 2024

Looks like it's failing applying the terminal profile settings:

The domain/default pair of (com.apple.terminal, Default Window Settings) does not exist

I haven't yet upgraded to macOS 15 on my laptop :O

This line, in particular: https://github.com/geerlingguy/mac-dev-playbook/blob/master/tasks/terminal.yml#L4

For debugging, could run:

for i in `defaults domains | tr ',' '\n'`; do echo "********* READING DEFAULT DOMAIN $i **********"; echo; defaults read $i; done 

From: https://apple.stackexchange.com/a/195290/17366 — grab the list and find Terminal and see what it might be now. Could just make that an optional task.

@geerlingguy geerlingguy merged commit 3e46828 into geerlingguy:master Nov 12, 2024
3 checks passed
@webflo webflo deleted the patch-1 branch November 12, 2024 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants