Skip to content

Instantly share code, notes, and snippets.

View agurod42's full-sized avatar
Building the fútbol metaverse

Agu Rodríguez agurod42

Building the fútbol metaverse
View GitHub Profile
@agurod42
agurod42 / .bash_profile
Last active June 5, 2020 15:40
.bash_profile for my macOS
# npm
export PATH=~/.npm-global/bin:$PATH
# nvm
source ~/.nvm/nvm.sh
# VS Code
export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"