From eea88b18bfaf66b12965eaadfa24f57e2f8ec1b8 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sun, 17 Oct 2021 21:52:24 -0500 Subject: refactor: cleaned up configs --- winget.json | 4 ++-- wt.json | 56 +++++++++++++++++--------------------------------------- 2 files changed, 19 insertions(+), 41 deletions(-) diff --git a/winget.json b/winget.json index dde90c8..b583c03 100755 --- a/winget.json +++ b/winget.json @@ -22,7 +22,7 @@ "disable": true }, "experimentalFeatures": { - "experimentalMSStore": true, - "packagedAPI": true + "dependencies": true, + "directMSI": true } } \ No newline at end of file diff --git a/wt.json b/wt.json index 420f1bc..18e931a 100644 --- a/wt.json +++ b/wt.json @@ -1,25 +1,21 @@ { "$schema": "https://aka.ms/terminal-profiles-schema", - "actions": - [ + "actions": [ { - "command": - { + "command": { "action": "openSettings", "target": "settingsUI" }, - "keys": "ctrl+comma" + "keys": "ctrl+," }, { - "command": - { + "command": { "action": "openSettings" }, - "keys": "ctrl+shift+comma" + "keys": "ctrl+shift+," }, { - "command": - { + "command": { "action": "newTab" }, "keys": "ctrl+t" @@ -29,20 +25,18 @@ "keys": "ctrl+v" }, { - "command": - { + "command": { "action": "openSettings", "target": "defaultsFile" }, - "keys": "ctrl+alt+comma" + "keys": "ctrl+alt+," }, { "command": "find", "keys": "ctrl+f" }, { - "command": - { + "command": { "action": "closeTab" }, "keys": "ctrl+w" @@ -52,8 +46,7 @@ "keys": "ctrl+b" }, { - "command": - { + "command": { "action": "commandPalette" }, "keys": "f1" @@ -61,21 +54,17 @@ ], "confirmCloseAllTabs": false, "defaultProfile": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", - "disabledProfileSources": - [ + "disabledProfileSources": [ "Windows.Terminal.Azure" ], "experimental.rendering.forceFullRepaint": true, "initialCols": 120, "initialRows": 30, "multiLinePasteWarning": false, - "profiles": - { - "defaults": - { + "profiles": { + "defaults": { "acrylicOpacity": 0.80000000000000004, - "bellStyle": - [ + "bellStyle": [ "window", "taskbar" ], @@ -83,15 +72,13 @@ "colorScheme": "vscode-dark", "cursorColor": "#D4D4D4", "cursorShape": "filledBox", - "font": - { + "font": { "face": "Fira Code", "size": 11 }, "useAcrylic": true }, - "list": - [ + "list": [ { "guid": "{58ad8b0c-3ef8-5f4d-bc6f-13e4c00f2530}", "hidden": false, @@ -111,14 +98,6 @@ "icon": "ms-appx:///ProfileIcons/{9acb9455-ca41-5af7-950f-6bca1bc9722f}.png", "name": "Loki" }, - { - "guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", - "hidden": true - }, - { - "guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", - "hidden": true - }, { "guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", "hidden": false, @@ -127,8 +106,7 @@ } ] }, - "schemes": - [ + "schemes": [ { "background": "#0C0C0C", "black": "#0C0C0C", -- cgit v1.2.3-70-g09d2