Reverting docker changes and changing font

This commit is contained in:
Zackarias Montell
2026-02-11 14:50:32 +01:00
parent ac7c0d0078
commit 399677b4e5
4 changed files with 6 additions and 5 deletions

View File

@@ -147,4 +147,4 @@ Set-Alias -Name cd-sf -Value cdsf
Set-Alias -Name cd-li -Value cdli
# Set up docker environment
$Env:DOCKER_HOST="ssh://wholteza@localhost:22/"
#$Env:DOCKER_HOST="ssh://wholteza@localhost:22/"

View File

@@ -76,7 +76,7 @@
"colorScheme": "Catppuccin Mocha",
"font":
{
"face": "FiraCode Nerd Font Mono",
"face": "JetBrainsMono NFM",
"size": 18
}
},

View File

@@ -5,6 +5,7 @@ return {
'nvim-lua/plenary.nvim',
'antoinemadec/FixCursorHold.nvim',
'nvim-neotest/neotest-python',
'nvim-treesitter/nvim-treesitter',
},
config = function()
local neotest = require 'neotest'
@@ -13,8 +14,8 @@ return {
adapters = {
require 'neotest-python' {
dap = { justMyCode = false },
args = { '--maxfail=1' },
runner = 'pytest',
-- args = {},
-- runner = 'pytest',
},
},
}

View File

@@ -169,7 +169,7 @@ $ExtraPackages = @(
"microsoft.azuredatastudio",
"mozilla.thunderbird",
"Postman.Postman",
"docker.dockercli" # Requires setup of ubuntu in wsl2
"docker.dockerdesktop"
)
if ($Flags.WingetEnabled)