Skip to content

Instantly share code, notes, and snippets.

View faustobdls's full-sized avatar
🏠
Working from home

Fausto Blanco faustobdls

🏠
Working from home
View GitHub Profile
targets:
$default:
builders:
freezed:
generate_for:
include:
- lib/**/*state.dart
- lib/model/firestore/**/*.dart
json_serializable:
generate_for:
@ld100
ld100 / ArchLinuxWSL2.md
Last active June 17, 2024 20:37
Steps for setting up Arch Linux on WSL2

Migrating from Ubuntu on WSL to ArchLinux on WSL2

Obsolete notice

This document was created back in 2020 and might not be actual nowadays. It is not supported anymore, so use thise information at your own risk.

Upgrading to WSL 2

  • Download WSL2 Kernel
  • run wsl --set-default-version 2 in windows command line, so that all future WSL machine will use WSL2.
@peas
peas / linkedin.js
Last active January 26, 2024 19:00
linkedin script da loiane pra aprovar amizades massivamente
x = document.getElementsByClassName('artdeco-button--secondary'); for (let i=0 ; i<50; i++) x[i].click();
// falta paginacao e aceitar >100 numa tacada :P