Skip to content

Instantly share code, notes, and snippets.

View msvictor's full-sized avatar
🏃
Knowledge and persistence

Victor Silva msvictor

🏃
Knowledge and persistence
View GitHub Profile
@msvictor
msvictor / .zshrc
Last active December 28, 2023 17:40
zshrc
# ZSH
export ZSH="$HOME/.oh-my-zsh"
# THEME
ZSH_THEME="spaceship"
plugins=(git)
source $ZSH/oh-my-zsh.sh
@msvictor
msvictor / settings.json
Last active April 13, 2021 11:44
Settings of VSCode
{
"breadcrumbs.enabled": true,
"codesnap.boxShadow": "0 0 0",
"codesnap.transparentBackground": true,
"codesnap.backgroundColor": "transparent",
"cSpell.language": "en,pt",
"cSpell.enableFiletypes": [
"!c",