├── .travis.yml ├── LICENSE.md ├── ReadMe.md ├── doc ├── bulk-copy-example.png └── copy-keys-to-new-profile.png ├── fix-iterm2-keys-profile.json └── fix_zsh_keys.sh /.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabLeRoux/iterm2-macos-dynamic-profile/HEAD/.travis.yml -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabLeRoux/iterm2-macos-dynamic-profile/HEAD/LICENSE.md -------------------------------------------------------------------------------- /ReadMe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabLeRoux/iterm2-macos-dynamic-profile/HEAD/ReadMe.md -------------------------------------------------------------------------------- /doc/bulk-copy-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabLeRoux/iterm2-macos-dynamic-profile/HEAD/doc/bulk-copy-example.png -------------------------------------------------------------------------------- /doc/copy-keys-to-new-profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabLeRoux/iterm2-macos-dynamic-profile/HEAD/doc/copy-keys-to-new-profile.png -------------------------------------------------------------------------------- /fix-iterm2-keys-profile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabLeRoux/iterm2-macos-dynamic-profile/HEAD/fix-iterm2-keys-profile.json -------------------------------------------------------------------------------- /fix_zsh_keys.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GabLeRoux/iterm2-macos-dynamic-profile/HEAD/fix_zsh_keys.sh --------------------------------------------------------------------------------