Skip to content

Instantly share code, notes, and snippets.

View alvesdouglaz's full-sized avatar
🪪
Infinity learning work

Douglas Alves alvesdouglaz

🪪
Infinity learning work
View GitHub Profile
{
// Abre qualquer instância do VSCode maximizada
"window.newWindowDimensions": "maximized",
// Habilita os breadcrumbs no editor do documento (exibe o caminho completo e permite interações)
"breadcrumbs.enabled": false,
// Fonte (tamanho)
"editor.fontSize": 14,
"editor.lineHeight": 24,
@diego3g
diego3g / settings.json
Last active June 16, 2026 23:35
VSCode Settings (Updated)
{
"workbench.startupEditor": "newUntitledFile",
"editor.fontSize": 16,
"editor.lineHeight": 1.8,
"javascript.suggest.autoImports": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.rulers": [
80,
120
],
@ageis
ageis / YubiKey-GPG-SSH-guide.md
Last active February 22, 2026 15:25
Technical guide for using YubiKey series 4 for GPG and SSH

YubiKey 4 series GPG and SSH setup guide

Written for fairly adept technical users, preferably of Debian GNU/Linux, not for absolute beginners.

You'll probably be working with a single smartcard, so you'll want only one primary key (1. Sign & Certify) and two associated subkeys (2. Encrypt, 3. Authenticate). I've published a Bash function which automates this slightly special key generation process.

@ageis
ageis / openpgp-card-guide.md
Last active February 14, 2026 07:20
Quick GPG Smartcard Guide