termnial
配置文件详解
// 配置文件
"profiles":
{
// 适用所有配置文件的设置
"defaults":
{
"startingDirectory": "%USERPROFILE%", // 起始目录
"icon": "C:\\Users\\DustinWinFiles\\Pictures\\Java.png", // 图标
"tabTitle": "开始学习啦", // 自定义选项卡标题
"suppressApplicationTitle": true, // 禁止shell更改标题
"fontFace": "Fira Code Retina", // 字体
"fontSize": 12, // 字体大小
"fontWeight": "normal", // 字体粗细
"padding": "8, 8, 8, 8", // 填充(内容距离界面的内部距离)
"antialiasingMode": "cleartype", // 消除文本锯齿
"cursorShape": "bar", // 光标形状
"cursorColor": "#E6FF00", // 光标颜色
//"cursorHeight": 25, // 光标高度("cursorShape"设置为"vintage"时可用)
"altGrAliasing": true, // AltGr别名
"colorScheme": "Ubuntu", // 配色方案
//"selectionBackground": "#0000e6", // 所选内容的背景色(选用"colorScheme"内的)
"useAcrylic": true, // 启用 acrylic(毛玻璃特效)
"acrylicOpacity": 0.25, // Acrylic 不透明度
"backgroundImage": "C:\\Users\\DustinWinFiles\\Pictures\\colorful.jpg", // 背景图像设置
"backgroundImageStretchMode": "uniformToFill", // 背景图像拉伸模式
"backgroundImageAlignment": "center", // 背景图像对齐
"backgroundImageOpacity": 0.5, // 背景图像不透明度
"scrollbarState": "visible", // 滚动条可见性
"snapOnInput": true, // 键入时滚动到输入行
"historySize": 9001, // 历史记录大小
"closeOnExit": "graceful", // 退出时配置文件的关闭方式(输入exit退出命令窗口)
//"experimental.retroTerminalEffect": false // 怀旧式终端效果
"alwaysOnTop": true // 始终处于顶部模式
},
background 如果在profile中设置的话会覆盖scheme中的background。
acrylicOpacity这个属性生效的前提是useAcrylic的值为true
backgroundImage 等属性生效的前提是useAcrylic的值为false
主题的配
在profiles.json文件中的schemes属性中
主题预览
schemes.Banana Blueberry.json
https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/windowsterminal/Banana%20Blueberry.json
安装主题教程:
https://www.bilibili.com/read/cv3878542
安装Oh-my-posh
Install-Module posh-git -Scope CurrentUser
Install-Module oh-my-posh -Scope CurrentUser
设置Profile脚本
if (!(Test-Path -Path $PROFILE )) {
New-Item -Type File -Path $PROFILE -Force }
notepad $PROFILE
关闭脚本禁用:允许Powershell运行脚本
set-executionpolicy remotesigned
安装个性化字体,支持特殊符号
https://github.com/adam7/delugia-code/releases/download/v1910.04.1/Delugia.Nerd.Font.Complete.ttf
Terminal设置
// This file was initially generated by Windows Terminal 1.10.2714.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://aka.ms/terminal-documentation
{
"$schema":