Can settings/profiles be programmatically set/imported #18380
Answered
by
DHowett
AdreKiseque
asked this question in
Q&A
-
I'm wondering if it's possible to set up my profiles and settings through a PowerShell script. It looks like the |
Beta Was this translation helpful? Give feedback.
Answered by
DHowett
Jan 17, 2025
Replies: 1 comment 4 replies
-
Absolutely! The You can even generate a folder of JSON files containing only profiles and color schemes! We call them fragment extensions. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm sorry about the delay; clearly I do not have my inbox set up properly!
So, yes, you can absolutely bring
settings.json
over to your new device. It only contains minimal machine-specific configuration, and you should be able to figure out where it messes up, if anywhere (mostly: if you have a WSL profile that exists on one machine but not the others.)I missed that part of your original query!
You can also set up specifically profiles and color schemes in a generic format that you can easily move between machines.
For example, if you create
myprofiles.json
in%LOCALAPPDATA%\Microsoft\Windows Terminal\Fragments\AdreKiseque
, you can put your own color schemes and profiles into it which w…