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
Created February 28, 2024 11:00
Configurações para o gitconfig global
[user]
name = Lucas dos Santos Corte
email = corte1994.lc@gmail.com
[core]
editor = code
[init]
defaultBranch = main