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 28 29 30 31 32 33 34 35
| { "_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.app", "iTerm_version": "nightly", "default_theme": "Homebrew", "open_in": "new", "show_ssh_config_hosts": false, "ssh_config_ignore_hosts": [], "ssh_config_ignore_keywords": [], "hosts": [ { "Proxy": [ { "cmd": "networksetup -setwebproxystate 'Thunderbolt Ethernet' on && networksetup -setsecurewebproxystate 'Thunderbolt Ethernet' on", "name": "开启代理" }, { "cmd": "networksetup -setwebproxystate 'Thunderbolt Ethernet' off && networksetup -setsecurewebproxystate 'Thunderbolt Ethernet' off", "name": "关闭代理" }, { "cmd": "networksetup -getwebproxy 'Thunderbolt Ethernet' && networksetup -getsecurewebproxy 'Thunderbolt Ethernet'", "name": "获取当前状态" } ] } ] }
|