Skip to content

Instantly share code, notes, and snippets.

View buirkan's full-sized avatar
👋

Felipe Silva buirkan

👋
View GitHub Profile
@buirkan
buirkan / starship.toml
Created March 4, 2024 16:31
starship config
# SOURCES
# https://starship.rs/config
# https://starship.rs/presets/nerd-font.html#configuration
# DEBUG via:
# starship explain
# STARSHIP_LOG=trace
"$schema" = 'https://starship.rs/config-schema.json'
@buirkan
buirkan / settings.json
Last active March 4, 2024 16:32
VSCode Settings
{
"editor.fontSize": 11.5,
"editor.lineHeight": 18,
"editor.tabSize": 2,
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.insertSpaces": true,
"editor.fontWeight": "700",