This question helped me with how to export a profile configuration file, but how do I import that file into iterm2 on my new machine?
(the file I exported was called com.googlecode.iterm2.plist
, for what it's worth)
This question helped me with how to export a profile configuration file, but how do I import that file into iterm2 on my new machine?
(the file I exported was called com.googlecode.iterm2.plist
, for what it's worth)
just upload your *.plist
to ~/Library/Preferences
.
Notice, that checkbox:
Load preferences from a custom folder or URL
in Preferences - General
(at the bottom) must be disabled.
First export all the profiles from iTerm2 as below:
How to import from above JSON file format which is actually a plist format:
Restart iTerm2 now in profiles it should show all your old profiles
Here's how I import iTerm (iTerm2) JSON Profile files
Open iTerm and Select Profiles
from menu
Select Other Actions...
button.
Then select "Import JSON Profiles...'
And then navigate Finder and select the profile you want to import
I have a simple utility that creates iTerm2 json profiles from list of servers here : iTerm2profiles
Just export the JSON file for all the profiles and then Import as shown above the page. This works fine for me. It saves a lot of time, as I've many profiles for web servers.