Hello, I download the theme by `curl`. I want to import the `.terminal` theme to Terminal.app programmatically without opening Terminal.app or any window. This command will import the theme but also open a Terminal window which I don't want. ``` open "path-to-theme/Theme.terminal" ``` Is that possible to import .terminal with a shell script in macOS? I want to put into in my `bootstrap.sh`.