Skip to content

Instantly share code, notes, and snippets.

View Refzlund's full-sized avatar
🦒
Just a giraffe munching on UI/UX and DX

Arthur @Refzlund Refzlund

🦒
Just a giraffe munching on UI/UX and DX
View GitHub Profile
@Refzlund
Refzlund / Casablanca, 1942
Created June 27, 2025 12:17
Podman Windows Set-up for Docker compatability
# winget install --id RedHat.Podman-Desktop -e
# Windows
0. Ensure Git is installed
1. Install DockerCLI + DockerCompose
`winget install --id Docker.DockerCLI -e`
`winget install --id Docker.DockerCompose -e`
I'm the king of the world!
/*
bun add -D @eslint/compat @eslint/js eslint-plugin-svelte eslint globals typescript-eslint @stylistic/eslint-plugin eslint-plugin-unused-imports eslint-plugin-import-no-duplicates-prefix-resolved-path eslint-plugin-import-x eslint-import-resolver-typescript @sveltejs/vite-plugin-svelte eslint-module-utils
*/
import { includeIgnoreFile } from '@eslint/compat'
import js from '@eslint/js'
import svelte from 'eslint-plugin-svelte'
import { globalIgnores } from 'eslint/config'
import globals from 'globals'
import { fileURLToPath } from 'node:url'