Skip to content

Instantly share code, notes, and snippets.

View brenolapreza's full-sized avatar
🎯
Focusing

Breno Lapreza brenolapreza

🎯
Focusing
View GitHub Profile
@brenolapreza
brenolapreza / docker_ryzentosh.md
Created March 30, 2025 13:41 — forked from victoralvesf/docker_ryzentosh.md
Docker no Ryzentosh usando Minikube e VirtualBox.

Como usar o Docker no Ryzentosh pelo Minikube + VirtualBox.

Pre-requisitos

  1. VirtualBox 6.1.40. download
  2. Homebrew. documentação
  3. ProperTree. download
  4. macOS Ventura

Primeiros passos

@brenolapreza
brenolapreza / settings.json
Last active September 22, 2025 16:42
.vscode
{
// IA
"github.copilot.chat.commitMessageGeneration.instructions": [
{
"text": "Use conventional commit message format, shold be in portuguese, and should be concise.",
},
],
// Editor
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 14,