updated configs

This commit is contained in:
Eric D. Rohler 2019-11-20 18:03:27 -05:00
parent cc96de6517
commit 7b79005259
2 changed files with 195 additions and 170 deletions

View File

@ -1,6 +1,6 @@
set startdir = %cd%
set aliasdir = %USERPROFILE%
set nvmdir = %aliasdir% + \AppData\Local\nvim\
set localappdata = %LocalAppData%
echo mklink aliases.cmd %stardir%
echo mklink init.vim %startdir%
echo mklink profiles.json C:\Users\erohler\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState

View File

@ -1,3 +1,7 @@
// 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": "https://aka.ms/terminal-profiles-schema",
"globals" :
@ -227,9 +231,16 @@
"profiles":
[
{
"acrylicOpacity" : 0.69999998807907104,
// Make changes here to the powershell.exe profile
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"name": "Windows PowerShell",
"commandline": "powershell.exe",
"hidden": false
},
{
"acrylicOpacity" : 0.1,
"closeOnExit" : true,
"colorScheme" : "One Half Dark",
"colorScheme" : "flat-ui-v1",
"commandline" : "cmd.exe /k D:\\dev\\repos\\msaliases\\aliases.cmd",
"cursorColor" : "#FFFFFF",
"cursorShape" : "bar",
@ -260,49 +271,58 @@
"padding" : "0, 0, 0, 0",
"snapOnInput" : true,
"useAcrylic" : false,
"startingDirectory": "."
"startingDirectory": ".",
"source": "Windows.Terminal.Wsl"
},
{
"acrylicOpacity" : 0.5,
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"hidden": true,
"name": "Azure Cloud Shell",
"source": "Windows.Terminal.Azure"
},
{
"acrylicOpacity": 0.0,
"background": "#012456",
"closeOnExit": true,
"colorScheme" : "Campbell",
"commandline" : "powershell.exe",
"colorScheme": "Solarized Dark",
"commandline": "%comspec% /k \"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\Common7\\Tools\\VsDevCmd.bat\"",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"fontFace": "Consolas",
"fontSize": 10,
"guid" : "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"guid": "{9bc8debd-2960-424c-b40d-406bed538f6a}",
"historySize": 9001,
"icon" : "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
"name" : "Windows PowerShell",
"icon": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\Common7\\IDE\\Assets\\VisualStudio.150x150.contrast-standard_scale-100.png",
"name": "VS Developer Command Prompt",
"padding": "0, 0, 0, 0",
"snapOnInput": true,
"useAcrylic": false,
"startingDirectory": "."
},
{
"acrylicOpacity" : 0.85000002384185791,
"closeOnExit" : false,
"colorScheme" : "Solarized Dark",
"commandline" : "Azure",
"connectionType" : "{d9fcfdfa-a479-412c-83b7-c5640e61cd62}",
"cursorColor" : "#FFFFFF",
"cursorShape" : "bar",
"fontFace" : "Consolas",
"fontSize" : 10,
"guid" : "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"historySize" : 9001,
"icon" : "ms-appx:///ProfileIcons/{b453ae62-4e3d-5e58-b989-0a998ec441b8}.png",
"name" : "Azure Cloud Shell",
"padding" : "0, 0, 0, 0",
"snapOnInput" : true,
"useAcrylic" : true,
"startingDirectory": "."
}
],
"schemes" :
[
// Add custom color schemes to this array
"schemes": [ {
"background":"#000000",
"black":"#000000",
"blue":"#2980b9",
"brightBlack":"#7f8c8d",
"brightBlue":"#3498db",
"brightCyan":"#1abc9c",
"brightGreen":"#2ecc71",
"brightPurple":"#9b59b6",
"brightRed":"#e74c3c",
"brightWhite":"#ecf0f1",
"brightYellow":"#f1c40f",
"cyan":"#16a085",
"foreground":"#ecf0f1",
"green":"#27ae60",
"name":"flat-ui-v1",
"purple":"#8e44ad",
"red":"#c0392b",
"white":"#ecf0f1",
"yellow":"#f39c12"
},
{
"background" : "#0C0C0C",
"black" : "#0C0C0C",
@ -349,6 +369,8 @@
"background" : "#282C34",
"black" : "#282C34",
"blue" : "#61AFEF",
"Grey" : "#FFFFFF",
"darkGrey" : "#FFFFFF",
"brightBlack" : "#5A6374",
"brightBlue" : "#61AFEF",
"brightCyan" : "#56B6C2",
@ -429,5 +451,8 @@
"white" : "#EEE8D5",
"yellow" : "#B58900"
}
]
],
// Add any keybinding overrides to this array.
// To unbind a default keybinding, set the command to "unbound"
"keybindings": []
}