Skip to content

Instantly share code, notes, and snippets.

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

Lucas Corte cortelucas

🏠
Working from home
View GitHub Profile
import = [
"~/.config/alacritty/themes/themes/breeze.toml"
]
[window]
dimensions = { columns = 120, lines = 40 }
position = { x = 0, y = 0 }
padding = { x = 6, y = 6}
opacity = 0.7
blur = true
@cortelucas
cortelucas / settings.json
Created June 13, 2024 15:34
Minhas configurações do vscode
{
"editor.fontSize": 14,
"editor.lineHeight": 26,
"editor.fontFamily": "'JetBrains Mono', 'monospace', monospace",
"editor.fontLigatures": true,
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "explicit"
},
@cortelucas
cortelucas / git_global_config
Last active March 4, 2025 17:18
Configurações para o gitconfig global
[user]
name = cortelucas
email = [email protected]
[core]
editor = code
[init]
defaultBranch = main