Skip to content

Instantly share code, notes, and snippets.

View mayconsgs's full-sized avatar
🖖

Maycon Santos mayconsgs

🖖
View GitHub Profile
@mayconsgs
mayconsgs / settings.json
Last active May 13, 2024 15:31
VS Code Settings
{
"workbench.colorTheme": "GitHub Dark Default",
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "'Fira Code', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.fontLigatures": true,
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"window.menuBarVisibility": "compact",
#!/bin/bash
# chmod 777 ubuntu.sh
cd ~
sudo apt update
sudo apt upgrade -y
echo "=============================="
echo " Install ZSH"