Skip to content

Instantly share code, notes, and snippets.

@Paxxs
Created April 14, 2020 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Paxxs/632ec866216cc92a4aa695b43ba5b3cd to your computer and use it in GitHub Desktop.
Save Paxxs/632ec866216cc92a4aa695b43ba5b3cd to your computer and use it in GitHub Desktop.
windos_terminal 配置(台2004)
// To view the default settings, hold "alt" while clicking on the "Settings" button.
// For documentation on these settings, see: https://aka.ms/terminal-documentation
//cspell:disable
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"defaultProfile": "{e217f1ca-3915-4168-8617-10bd6dec9477}",
"profiles":{
"defaults": {
"useAcrylic": true,
"fontFace": "Sarasa Term SC",
"fontSize": 15,
"acrylicOpacity": 0.8
},
"list": [
{
"name": "Ubuntu",
"guid": "{2c4de342-38b7-51cf-b940-2309a097f518}",
"source": "Windows.Terminal.Wsl",
"startingDirectory": "E:\\",
"hidden": false,
"icon": "C:\\Users\\Paxos\\dotfiles\\assets\\OS_Ubuntu.png",
"backgroundImage": "C:\\Users\\Paxos\\dotfiles\\assets\\OS_Ubuntu.png",
"backgroundImageAlignment": "bottomRight",
"backgroundImageStretchMode": "none",
"backgroundImageOpacity": 0.3,
"experimental.retroTerminalEffect": true
},
{
"name": "Arch",
"guid": "{a5a97cb8-8961-5535-816d-772efe0c6a3f}",
"source": "Windows.Terminal.Wsl",
"hidden": false,
"icon": "C:\\Users\\Paxos\\dotfiles\\assets\\Archlinux.png",
"backgroundImage": "C:\\Users\\Paxos\\dotfiles\\assets\\Archlinux-256.png",
"backgroundImageAlignment": "bottomRight",
"backgroundImageStretchMode": "none",
"backgroundImageOpacity": 0.2
},
{
"name": "[X]Debian",
"guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}",
"source": "Windows.Terminal.Wsl",
"hidden": false,
"icon": "C:\\Users\\Paxos\\dotfiles\\assets\\debian-512.png",
"backgroundImage": "C:\\Users\\Paxos\\dotfiles\\assets\\debian-512.png",
"backgroundImageAlignment": "bottomRight",
"backgroundImageStretchMode": "none"
},
{
"guid": "{e217f1ca-3915-4168-8617-10bd6dec9477}",
"name": "pwsh",
"icon": "D:\\applications\\scoop\\apps\\pwsh\\current\\assets\\Powershell_av_colors.ico",
"commandline": "pwsh.exe",
"startingDirectory": "%USERPROFILE%",
"hidden": false,
"backgroundImage": "D:\\applications\\scoop\\apps\\pwsh\\current\\assets\\Powershell_avatar.ico",
"backgroundImageAlignment": "bottomRight",
"backgroundImageStretchMode": "none",
"backgroundImageOpacity": 0.2,
"experimental.retroTerminalEffect": true
},
{
// Make changes here to the powershell.exe profile
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "PowerShell",
"commandline": "powershell.exe",
"hidden": false,
"experimental.retroTerminalEffect": true
},
{
// Make changes here to the cmd.exe profile
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
"name": "cmd",
"commandline": "cmd.exe",
"hidden": false,
"experimental.retroTerminalEffect": true
},
{
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": false,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"guid": "{0110db4a-cf7b-5647-9a03-7232d80cd09e}",
"hidden": false,
"name": "openSUSE-Leap-15-1",
"source": "Windows.Terminal.Wsl"
}
]
},
// Add custom color schemes to this array
"schemes": [],
// Add any keybinding overrides to this array.
// To unbind a default keybinding, set the command to "unbound"
"keybindings": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment