Skip to content
New issue

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

Is that possible to import .terminal with shell script in macOS? #57

Open
xareelee opened this issue Feb 16, 2022 · 1 comment
Open

Comments

@xareelee
Copy link

xareelee commented Feb 16, 2022

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.

@frani
Copy link
Contributor

frani commented Oct 3, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants