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 startdir = %cd%
set aliasdir = %USERPROFILE% set aliasdir = %USERPROFILE%
set nvmdir = %aliasdir% + \AppData\Local\nvim\ set localappdata = %LocalAppData%
echo mklink aliases.cmd %stardir% 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", "$schema": "https://aka.ms/terminal-profiles-schema",
"globals" : "globals" :
@ -224,12 +228,19 @@
"showTerminalTitleInTitlebar" : true, "showTerminalTitleInTitlebar" : true,
"wordDelimiters" : " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?\u2502" "wordDelimiters" : " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?\u2502"
}, },
"profiles" : "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, "closeOnExit" : true,
"colorScheme" : "One Half Dark", "colorScheme" : "flat-ui-v1",
"commandline" : "cmd.exe /k D:\\dev\\repos\\msaliases\\aliases.cmd", "commandline" : "cmd.exe /k D:\\dev\\repos\\msaliases\\aliases.cmd",
"cursorColor" : "#FFFFFF", "cursorColor" : "#FFFFFF",
"cursorShape" : "bar", "cursorShape" : "bar",
@ -260,49 +271,58 @@
"padding" : "0, 0, 0, 0", "padding" : "0, 0, 0, 0",
"snapOnInput" : true, "snapOnInput" : true,
"useAcrylic" : false, "useAcrylic" : false,
"startingDirectory": "." "startingDirectory": ".",
"source": "Windows.Terminal.Wsl"
}, },
{ {
"acrylicOpacity" : 0.5, "guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",
"background" : "#012456", "hidden": true,
"closeOnExit" : true, "name": "Azure Cloud Shell",
"colorScheme" : "Campbell", "source": "Windows.Terminal.Azure"
"commandline" : "powershell.exe",
"cursorColor" : "#FFFFFF",
"cursorShape" : "bar",
"fontFace" : "Consolas",
"fontSize" : 10,
"guid" : "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"historySize" : 9001,
"icon" : "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png",
"name" : "Windows PowerShell",
"padding" : "0, 0, 0, 0",
"snapOnInput" : true,
"useAcrylic" : false,
"startingDirectory": "."
}, },
{ {
"acrylicOpacity" : 0.85000002384185791, "acrylicOpacity": 0.0,
"closeOnExit" : false, "background": "#012456",
"colorScheme" : "Solarized Dark", "closeOnExit": true,
"commandline" : "Azure", "colorScheme": "Solarized Dark",
"connectionType" : "{d9fcfdfa-a479-412c-83b7-c5640e61cd62}", "commandline": "%comspec% /k \"C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\Common7\\Tools\\VsDevCmd.bat\"",
"cursorColor" : "#FFFFFF", "cursorColor": "#FFFFFF",
"cursorShape" : "bar", "cursorShape": "bar",
"fontFace" : "Consolas", "fontFace": "Consolas",
"fontSize" : 10, "fontSize": 10,
"guid" : "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", "guid": "{9bc8debd-2960-424c-b40d-406bed538f6a}",
"historySize" : 9001, "historySize": 9001,
"icon" : "ms-appx:///ProfileIcons/{b453ae62-4e3d-5e58-b989-0a998ec441b8}.png", "icon": "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\Common7\\IDE\\Assets\\VisualStudio.150x150.contrast-standard_scale-100.png",
"name" : "Azure Cloud Shell", "name": "VS Developer Command Prompt",
"padding" : "0, 0, 0, 0", "padding": "0, 0, 0, 0",
"snapOnInput" : true, "snapOnInput": true,
"useAcrylic" : true, "useAcrylic": false,
"startingDirectory": "." "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", "background" : "#0C0C0C",
"black" : "#0C0C0C", "black" : "#0C0C0C",
@ -349,6 +369,8 @@
"background" : "#282C34", "background" : "#282C34",
"black" : "#282C34", "black" : "#282C34",
"blue" : "#61AFEF", "blue" : "#61AFEF",
"Grey" : "#FFFFFF",
"darkGrey" : "#FFFFFF",
"brightBlack" : "#5A6374", "brightBlack" : "#5A6374",
"brightBlue" : "#61AFEF", "brightBlue" : "#61AFEF",
"brightCyan" : "#56B6C2", "brightCyan" : "#56B6C2",
@ -429,5 +451,8 @@
"white" : "#EEE8D5", "white" : "#EEE8D5",
"yellow" : "#B58900" "yellow" : "#B58900"
} }
] ],
// Add any keybinding overrides to this array.
// To unbind a default keybinding, set the command to "unbound"
"keybindings": []
} }