We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
curl
.terminal
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.
bootstrap.sh
The text was updated successfully, but these errors were encountered:
hi @xareelee ! that a nice question!
there is a way but can be a little bit tricky.
Can create an applescript to open a Terminal.app and set current or default theme
I am currently new in applescript. Now I am reading about it.. seems pretty interesting.
btw, would you like to share your bootstrap.sh ?
I got the same idea time ago https://github.com/frani/setup
may be we can workout in same bootstrap/setup ?
regards
Sorry, something went wrong.
No branches or pull requests
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.
Is that possible to import .terminal with a shell script in macOS? I want to put into in my
bootstrap.sh
.The text was updated successfully, but these errors were encountered: