Skip to content

Instantly share code, notes, and snippets.

View rafaelcitario's full-sized avatar
:shipit:
Hey! don't touche the mafious mouse, please.

Rafael Citario rafaelcitario

:shipit:
Hey! don't touche the mafious mouse, please.
View GitHub Profile
@rafaelcitario
rafaelcitario / Settings.json
Last active February 24, 2024 04:40
Vscode Config
{
"editor.fontFamily": "'JetBrains Mono', monospace",
"editor.fontSize": 12,
"editor.lineHeight": 2,
"editor.fontWeight": "450",
"terminal.integrated.fontFamily": "JetBrains Mono, monospace",
"terminal.integrated.fontWeight": "450",
"terminal.integrated.defaultProfile.windows": "Git Bash",
"files.autoSaveDelay": 1000,
"files.autoSave": "afterDelay",
@rafaelcitario
rafaelcitario / config
Created February 1, 2024 22:05 — forked from pksunkara/config
Sample of git config file (Example .gitconfig) (Place them in $XDG_CONFIG_HOME/git)
[user]
name = Pavan Kumar Sunkara
email = pavan.sss1991@gmail.com
username = pksunkara
[init]
defaultBranch = master
[core]
editor = nvim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = delta