分享

windows内置的linux安卓驱动多系统摆脱虚拟机(上)

 0百味书屋0 2021-12-04
// This file was initially generated by Windows Terminal 1.4.3243.0 // It should still be usable in newer versions, but newer versions might have additional // settings, help text, or changes that you will not see unless you clear this file // and let us generate a new one for you. // To view the default settings, hold 'alt' while clicking on the 'Settings' button. // For documentation on these settings, see: https:///terminal-documentation { '$schema': 'https:///terminal-profiles-schema', 'defaultProfile': '{61c54bbd-c2c6-5271-96e7-009a87ff44bf}', // You can add more global application settings here. // To learn more about global settings, visit https:///terminal-global-settings // If enabled, selections are automatically copied to your clipboard. 'copyOnSelect': true, // If enabled, formatted data is also copied to your clipboard 'copyFormatting': false, // A profile specifies a command to execute paired with information about how it should look and feel. // Each one of them will appear in the 'New Tab' dropdown, // and can be invoked from the commandline with `wt.exe -p xxx` // To learn more about profiles, visit https:///terminal-profile-settings 'profiles': { 'defaults': { // Put settings here that you want to apply to all profiles. 'fontFace': 'Fira Code', 'fontSize': 11, 'startingDirectory': './' }, 'list': [ { // Make changes here to the powershell.exe profile. 'guid': '{61c54bbd-c2c6-5271-96e7-009a87ff44bf}', 'name': 'Windows PowerShell', 'commandline': 'powershell.exe', 'hidden': false, 'useAcrylic' : true, 'acrylicOpacity' : 0.75, 'colorScheme' : 'Afterglow' }, { // Make changes here to the cmd.exe profile. 'guid': '{0caa0dad-35be-5f56-a8ff-afceeeaa6101}', 'name': 'Command Prompt', 'commandline': 'cmd.exe', 'hidden': false, 'useAcrylic' : true, 'acrylicOpacity' : 0.75, }, { 'guid': '{b453ae62-4e3d-5e58-b989-0a998ec441b8}', // 'hidden': false, 'hidden': true, 'name': 'Azure Cloud Shell', 'source': 'Windows.Terminal.Azure' }, { 'guid': '{07b52e3e-de2c-5db4-bd2d-ba144ed6c273}', 'hidden': false, 'name': 'Ubuntu-20.04', 'source': 'Windows.Terminal.Wsl' }, { 'guid': '{2c4de342-38b7-51cf-b940-2309a097f518}', 'hidden': false, 'name': 'Ubuntu', 'source': 'Windows.Terminal.Wsl', 'useAcrylic' : true, 'acrylicOpacity' : 0.75, 'colorScheme' : 'ubt' } ] }, // Add custom color schemes to this array. // To learn more about color schemes, visit https:///terminal-color-schemes 'schemes': [ { 'name': 'Afterglow', 'black': '#151515', 'red': '#ac4142', 'green': '#7e8e50', 'yellow': '#e5b567', 'blue': '#6c99bb', 'purple': '#9f4e85', 'cyan': '#7dd6cf', 'white': '#d0d0d0', 'brightBlack': '#505050', 'brightRed': '#ac4142', 'brightGreen': '#7e8e50', 'brightYellow': '#e5b567', 'brightBlue': '#6c99bb', 'brightPurple': '#9f4e85', 'brightCyan': '#7dd6cf', 'brightWhite': '#f5f5f5', 'background': '#001c33', // 'background': '#212121', 'foreground': '#d0d0d0' }, { 'name': 'ubt', 'black': '#151515', 'red': '#ac4142', 'green': '#7e8e50', 'yellow': '#e5b567', 'blue': '#6c99bb', 'purple': '#9f4e85', 'cyan': '#7dd6cf', 'white': '#d0d0d0', 'brightBlack': '#505050', 'brightRed': '#ac4142', 'brightGreen': '#7e8e50', 'brightYellow': '#e5b567', 'brightBlue': '#6c99bb', 'brightPurple': '#9f4e85', 'brightCyan': '#7dd6cf', 'brightWhite': '#f5f5f5', //'background': '#2f0012', 'background': '#212121', 'foreground': '#d0d0d0' }, ], // Add custom actions and keybindings to this array. // To unbind a key combination from your defaults.json, set the command to 'unbound'. // To learn more about actions and keybindings, visit https:///terminal-keybindings 'actions': [ // Copy and paste are bound to Ctrl+Shift+C and Ctrl+Shift+V in your defaults.json. // These two lines additionally bind them to Ctrl+C and Ctrl+V. // To learn more about selection, visit https:///terminal-selection { 'command': {'action': 'copy', 'singleLine': false }, 'keys': 'ctrl+c' }, { 'command': 'paste', 'keys': 'ctrl+v' }, // Press Ctrl+Shift+F to open the search box { 'command': 'find', 'keys': 'ctrl+shift+f' }, // Press Alt+Shift+D to open a new pane. // - 'split': 'auto' makes this pane open in the direction that provides the most surface area. // - 'splitMode': 'duplicate' makes the new pane use the focused pane's profile. // To learn more about panes, visit https:///terminal-panes { 'command': { 'action': 'splitPane', 'split': 'auto', 'splitMode': 'duplicate' }, 'keys': 'alt+shift+d' } ] }

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多