Skip to content

Instantly share code, notes, and snippets.

View bernardinorafael's full-sized avatar
🏠
Working from home

Rafael Bernardino bernardinorafael

🏠
Working from home
  • Criciúma
View GitHub Profile
@bernardinorafael
bernardinorafael / settings.json
Last active March 17, 2024 23:20
vscode-settings • mar/17
// ----------------------------------------------------
// EMMET ⤵️
// ----------------------------------------------------
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
@bernardinorafael
bernardinorafael / install.sh
Last active March 17, 2024 23:15
install macos enviroment
# Run the following commands to update the packages
sudo apt update -y
sudo apt upgrade -y
#install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Run the following commands to update the packages
brew upgrade