Skip to content

Instantly share code, notes, and snippets.

View pHenrymelo's full-sized avatar
🚀
Leveling up!

Pedro Henrique Braga Melo pHenrymelo

🚀
Leveling up!
  • Federal University of Ceará
  • Brazil
View GitHub Profile
@pHenrymelo
pHenrymelo / zshrc.sh
Last active May 12, 2026 14:19
zshrc
# ==============================================================================
# 1. CORE PATHS & ENVIRONMENT VARIABLES (MUST BE AT THE TOP)
# ==============================================================================
# Local binaries (fixes zoxide and bat)
export PATH="$HOME/.local/bin:$PATH"
# NVM (Node Version Manager) - MUST load before Oh My Zsh and Angular CLI
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
{
"workbench.colorTheme": "Tokyo Night",
"[python]": {
"editor.formatOnType": true
},
"security.workspace.trust.untrustedFiles": "open",
"workbench.iconTheme": "symbols",
"window.zoomLevel": 0,
"git.autofetch": true,
"editor.wordWrap": "on",