How do I import an iTerm2 profile?

前端 未结 2 953
走了就别回头了
走了就别回头了 2021-02-04 02:00

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?

相关标签:
2条回答
  • 2021-02-04 02:34
    1. First export all the profiles from iTerm2 as below:

      • Go to Profiles
      • Open Profiles
      • Edit Profiles
      • Other actions
      • Copy All Profiles as JSON
      • Save it to some place you will remember
    2. How to import from above JSON file format which is actually a plist format:

      • go to your home directory cd ~
      • cd Library/Application Support/iTerm2/DynamicProfiles
      • copy your json file you saves to this DynamicProfiles folder
      • cp {backuppath-where-you-exported-in-step1}/itermprofiles.json .
    3. Restart iTerm2 now in profiles it should show all your old profiles

    0 讨论(0)
  • 2021-02-04 02:47

    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.

    0 讨论(0)
提交回复
热议问题