Compare commits
No commits in common. "main" and "main" have entirely different histories.
@ -1,7 +1,3 @@
|
||||
# windows-config
|
||||
|
||||
A repository for my Windows-based configuration files.
|
||||
|
||||
🗒️ Visual Studio Code
|
||||
|
||||
🖥️ Windows Terminal
|
||||
A repository for my Windows-based configuration files.
|
||||
@ -1,32 +0,0 @@
|
||||
{
|
||||
"debug.onTaskErrors": "abort",
|
||||
"diffEditor.ignoreTrimWhitespace": true,
|
||||
"editor.minimap.enabled": false,
|
||||
"extensions.ignoreRecommendations": true,
|
||||
"extensions.verifySignature": false,
|
||||
"files.exclude": {
|
||||
"**/.angular": true,
|
||||
"**/.vs": true,
|
||||
"**/.vscode": true,
|
||||
"**/bin": true,
|
||||
"**/dist": true,
|
||||
"**/node_modules": true,
|
||||
"**/obj": true
|
||||
},
|
||||
"git.confirmSync": true,
|
||||
"security.workspace.trust.untrustedFiles": "open",
|
||||
"terminal.integrated.defaultLocation": "editor",
|
||||
"terminal.integrated.defaultProfile.windows": "Git Bash",
|
||||
"terminal.integrated.tabs.enabled": true,
|
||||
"terminal.integrated.tabs.location": "left",
|
||||
"terminal.integrated.fontFamily": "Cascadia Code",
|
||||
"terminal.integrated.fontSize": 14,
|
||||
"terminal.integrated.fontWeight": "normal",
|
||||
"terminal.integrated.fontWeightBold": "bold",
|
||||
"terminal.integrated.letterSpacing": 1.1,
|
||||
"terminal.integrated.lineHeight": 1.1,
|
||||
"editor.renderWhitespace": "selection",
|
||||
"update.enableWindowsBackgroundUpdates": false,
|
||||
"update.mode": "manual",
|
||||
"workbench.colorTheme": "One Monokai Darker"
|
||||
}
|
||||
@ -1,175 +0,0 @@
|
||||
{
|
||||
"$help": "https://aka.ms/terminal-documentation",
|
||||
"$schema": "https://aka.ms/terminal-profiles-schema",
|
||||
"actions": [],
|
||||
"copyFormatting": "none",
|
||||
"copyOnSelect": false,
|
||||
"defaultProfile": "{4ef75186-8199-4aa7-a88d-f9d17ed101f4}",
|
||||
"initialCols": 130,
|
||||
"initialRows": 36,
|
||||
"keybindings":
|
||||
[
|
||||
{
|
||||
"id": "Terminal.CopyToClipboard",
|
||||
"keys": "ctrl+c"
|
||||
},
|
||||
{
|
||||
"id": "Terminal.FindText",
|
||||
"keys": "ctrl+shift+f"
|
||||
},
|
||||
{
|
||||
"id": "Terminal.PasteFromClipboard",
|
||||
"keys": "ctrl+v"
|
||||
},
|
||||
{
|
||||
"id": "Terminal.DuplicatePaneAuto",
|
||||
"keys": "alt+shift+d"
|
||||
}
|
||||
],
|
||||
"newTabMenu":
|
||||
[
|
||||
{
|
||||
"type": "remainingProfiles"
|
||||
}
|
||||
],
|
||||
"profiles":
|
||||
{
|
||||
"defaults": {},
|
||||
"list":
|
||||
[
|
||||
{
|
||||
"commandline": "%SystemRoot%\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
|
||||
"font":
|
||||
{
|
||||
"face": "Consolas",
|
||||
"size": 14
|
||||
},
|
||||
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
|
||||
"hidden": true,
|
||||
"name": "Windows PowerShell"
|
||||
},
|
||||
{
|
||||
"commandline": "%SystemRoot%\\System32\\cmd.exe",
|
||||
"font":
|
||||
{
|
||||
"face": "Cascadia Mono",
|
||||
"size": 14
|
||||
},
|
||||
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",
|
||||
"hidden": false,
|
||||
"name": "Command Prompt",
|
||||
"startingDirectory": "%USERPROFILE%"
|
||||
},
|
||||
{
|
||||
"colorScheme": "VS2022 Dark",
|
||||
"commandline": "pwsh.exe -nologo",
|
||||
"font":
|
||||
{
|
||||
"face": "Cascadia Mono",
|
||||
"size": 14
|
||||
},
|
||||
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
|
||||
"hidden": false,
|
||||
"name": "PowerShell",
|
||||
"source": "Windows.Terminal.PowershellCore",
|
||||
"startingDirectory": "%USERPROFILE%"
|
||||
},
|
||||
{
|
||||
"bellStyle": "none",
|
||||
"closeOnExit": "graceful",
|
||||
"colorScheme": "VS2022 Dark",
|
||||
"commandline": "C:\\Program Files\\Git\\bin\\bash.exe --login -i",
|
||||
"cursorColor": "#FFFFFF",
|
||||
"cursorShape": "bar",
|
||||
"font":
|
||||
{
|
||||
"face": "Cascadia Mono",
|
||||
"size": 14
|
||||
},
|
||||
"guid": "{4ef75186-8199-4aa7-a88d-f9d17ed101f4}",
|
||||
"historySize": 9001,
|
||||
"icon": "C:\\Program Files\\Git\\mingw64\\share\\git\\git-for-windows.ico",
|
||||
"name": "Git Bash",
|
||||
"padding": "0, 0, 0, 0",
|
||||
"snapOnInput": true,
|
||||
"startingDirectory": "%USERPROFILE%",
|
||||
"suppressApplicationTitle": true,
|
||||
"tabTitle": "Git Bash",
|
||||
"useAcrylic": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"schemes":
|
||||
[
|
||||
{
|
||||
"background": "#012456",
|
||||
"black": "#0C0C0C",
|
||||
"blue": "#0037DA",
|
||||
"brightBlack": "#767676",
|
||||
"brightBlue": "#3B78FF",
|
||||
"brightCyan": "#61D6D6",
|
||||
"brightGreen": "#16C60C",
|
||||
"brightPurple": "#B4009E",
|
||||
"brightRed": "#E74856",
|
||||
"brightWhite": "#F2F2F2",
|
||||
"brightYellow": "#F9F1A5",
|
||||
"cursorColor": "#FFFFFF",
|
||||
"cyan": "#3A96DD",
|
||||
"foreground": "#F0F0F0",
|
||||
"green": "#13A10E",
|
||||
"name": "Campbell Powershell (modified)",
|
||||
"purple": "#881798",
|
||||
"red": "#C50F1F",
|
||||
"selectionBackground": "#FFFFFF",
|
||||
"white": "#F0F0F0",
|
||||
"yellow": "#C19C00"
|
||||
},
|
||||
{
|
||||
"background": "#000000",
|
||||
"black": "#0C0C0C",
|
||||
"blue": "#6060FF",
|
||||
"brightBlack": "#767676",
|
||||
"brightBlue": "#3B78FF",
|
||||
"brightCyan": "#61D6D6",
|
||||
"brightGreen": "#16C60C",
|
||||
"brightPurple": "#B4009E",
|
||||
"brightRed": "#E74856",
|
||||
"brightWhite": "#F2F2F2",
|
||||
"brightYellow": "#F9F1A5",
|
||||
"cursorColor": "#FFFFFF",
|
||||
"cyan": "#3A96DD",
|
||||
"foreground": "#BFBFBF",
|
||||
"green": "#00A400",
|
||||
"name": "GitBash",
|
||||
"purple": "#BF00BF",
|
||||
"red": "#BF0000",
|
||||
"selectionBackground": "#FFFFFF",
|
||||
"white": "#FFFFFF",
|
||||
"yellow": "#BFBF00"
|
||||
},
|
||||
{
|
||||
"background": "#1E1E1E",
|
||||
"black": "#000000",
|
||||
"blue": "#2472C8",
|
||||
"brightBlack": "#666666",
|
||||
"brightBlue": "#3B8EEA",
|
||||
"brightCyan": "#29B8DB",
|
||||
"brightGreen": "#23D18B",
|
||||
"brightPurple": "#D670D6",
|
||||
"brightRed": "#F14C4C",
|
||||
"brightWhite": "#E5E5E5",
|
||||
"brightYellow": "#F5F543",
|
||||
"cursorColor": "#FFFFFF",
|
||||
"cyan": "#11A8CD",
|
||||
"foreground": "#D4D4D4",
|
||||
"green": "#0DBC79",
|
||||
"name": "VS2022 Dark",
|
||||
"purple": "#BC3FBC",
|
||||
"red": "#CD3131",
|
||||
"selectionBackground": "#FFFFFF",
|
||||
"white": "#E5E5E5",
|
||||
"yellow": "#E5E510"
|
||||
}
|
||||
],
|
||||
"themes": []
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user