Created
November 14, 2015 07:25
-
-
Save indapublic/5f3bc88fc2a004e9f203 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_comments": [ | |
"Valid terminals include: 'Terminal.app' or 'iTerm'", | |
"In the editor value change 'default' to 'nano', 'vi', or another terminal based editor.", | |
"Hosts will also be read from your ~/.ssh/config or /etc/ssh_config file, if available", | |
"For more information on how to configure, please see http://fitztrev.github.io/shuttle/" | |
], | |
"editor": "default", | |
"launch_at_login": false, | |
"terminal": "iTerm", | |
"iTerm_version": "stable", | |
"default_theme": "Default", | |
"open_in": "new", | |
"show_ssh_config_hosts": false, | |
"ssh_config_ignore_hosts": [ ], | |
"ssh_config_ignore_keywords": [ ], | |
"hosts": [ | |
{ | |
"cmd": "ps aux | grep defaults", | |
"name": "Grep - Opens in Default-window-theme-title" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment