Changes from reinstalled machine

This commit is contained in:
Zackarias Montell
2025-11-03 14:13:02 +01:00
parent 8c0f3ec5b4
commit b792e60b84
3 changed files with 26 additions and 27 deletions

View File

@@ -15,6 +15,10 @@
"command": "paste",
"id": "User.paste"
},
{
"command": "find",
"id": "User.find"
},
{
"command":
{
@@ -24,10 +28,6 @@
},
"id": "User.splitPane.A6751878"
},
{
"command": "find",
"id": "User.find"
},
{
"command":
{
@@ -50,14 +50,14 @@
"id": "User.copy.644BA8F2",
"keys": "ctrl+c"
},
{
"id": "User.find",
"keys": "ctrl+shift+f"
},
{
"id": "User.paste",
"keys": "ctrl+v"
},
{
"id": "User.find",
"keys": "ctrl+shift+f"
},
{
"id": "User.splitPane.A6751878",
"keys": "alt+shift+d"
@@ -141,6 +141,18 @@
"hidden": true,
"name": "Visual Studio Debug Console",
"source": "VSDebugConsole"
},
{
"guid": "{355e8afa-1c29-586b-8e45-29749ab7cd96}",
"hidden": false,
"name": "Developer Command Prompt for VS 2022",
"source": "Windows.Terminal.VisualStudio"
},
{
"guid": "{deebd96f-cb5d-5aa4-b705-3e674eac8607}",
"hidden": false,
"name": "Developer PowerShell for VS 2022",
"source": "Windows.Terminal.VisualStudio"
}
]
},

View File

@@ -8,7 +8,7 @@
"friendly-snippets": { "branch": "main", "commit": "572f5660cf05f8cd8834e096d7b4c921ba18e175" },
"gitsigns.nvim": { "branch": "main", "commit": "ca8bf696be575efa925ef531c4efd897b5c3086b" },
"indent-blankline.nvim": { "branch": "master", "commit": "005b56001b2cb30bfa61b7986bc50657816ba4ba" },
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
"lazy.nvim": { "branch": "main", "commit": "202d8e92b3a74ac88eb3a7f1e40fb59b4c2a6535" },
"lazydev.nvim": { "branch": "main", "commit": "2367a6c0a01eb9edb0464731cc0fb61ed9ab9d2c" },
"markdown-preview.nvim": { "branch": "master", "commit": "a923f5fc5ba36a3b17e289dc35dc17f66d0548ee" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "7f0bf635082bb9b7d2b37766054526a6ccafdb85" },

View File

@@ -14,8 +14,7 @@ $packages = @(
"Python.Python.3.13", # nvim
"Python.Python.3.9", # project dependencies
"JernejSimoncic.Wget", # nvim
"7zip.7zip", # nvim
"zig.zig"
"7zip.7zip" # nvim
)
foreach ($package in $packages) {
@@ -31,7 +30,7 @@ cd ~
npm install # mostly nvim deps
## Nvim requirements from choco, needs to be run as admin
Start-Process pwsh -Verb RunAs -ArgumentList "-Command", "choco install make unzip ripgrep"
Start-Process pwsh -Verb RunAs -ArgumentList "-Command", "choco install make unzip ripgrep zig"
## Nvim requirements from pip
python -m pip install debugpy
@@ -39,29 +38,17 @@ python -m pip install debugpy
## Git posh
Install-Module posh-git -Scope CurrentUser -Force
Exit
# extras, make flag for these
$packages = @(
"Schniz.fnm", # Fast node version manager
"wez.wezterm", # Teminal emulator
#"gnupg.gpg4win",
"microsoft.teams",
"putty.putty",
"microsoft.windowsterminal",
"mozilla.firefox",
"mozilla.firefox.developeredition",
"Microsoft.VisualStudio.2022.Community",
"JetBrains.Resharper",
"jandedobbeleer.ohmyposh",
#"IJHack.QtPass",
"Microsoft.powertoys",
"google.chrome",
#"spotify.spotify",
"spotify.spotify",
"microsoft.azuredatastudio",
#"mozilla.thunderbird",
"mozilla.thunderbird",
"yubico.authenticator",
"microsoft.powershell",
"Postman.Postman",
"docker.dockerdesktop"
)