Skip to content

Instantly share code, notes, and snippets.

View Gustavohsdp's full-sized avatar
👨‍💻
Coding...

Gustavo Henrique Gustavohsdp

👨‍💻
Coding...
View GitHub Profile
@Gustavohsdp
Gustavohsdp / .zshrc
Created August 22, 2021 00:13
.zshrc
export ZSH="/Users/gustavohenrique/.oh-my-zsh"
ZSH_THEME="spaceship"
plugins=(git zsh-syntax-highlighting zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh
@Gustavohsdp
Gustavohsdp / settings.json
Last active February 20, 2023 00:01
VSCode Settings
{
"terminal.integrated.fontSize": 14,
"workbench.startupEditor": "newUntitledFile",
"editor.tabSize": 2,
"editor.fontSize": 15,
"editor.lineHeight": 26,
"editor.fontFamily": "Fira Code",
"terminal.integrated.fontFamily": "Fira Code",
"editor.fontLigatures": true,