-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathshuttle.json
27 lines (27 loc) · 857 Bytes
/
shuttle.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"_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": "mvim",
"launch_at_login": true,
"terminal": "Terminal.app",
"iTerm_version": "stable",
"default_theme": "gruvbox",
"open_in": "new",
"show_ssh_config_hosts": true,
"ssh_config_ignore_hosts": [ ],
"ssh_config_ignore_keywords": [ ],
"hosts": [
{
"Vagrant": [
{
"cmd": "ssh [email protected] -p 2222 -i ~/.vagrant.d/insecure_private_key",
"name": "Vagrant - Opens in default-window-theme-title"
}
]
}
]
}