Skip to content

Instantly share code, notes, and snippets.

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

Gustavo Araújo GugaAraujo

🏠
Working from home
View GitHub Profile
@GugaAraujo
GugaAraujo / ambiente-dev-ubuntu.sh
Created October 4, 2022 16:22 — forked from luizomf/ambiente-dev-ubuntu.sh
Ambiente de desenvolvimento Python no Ubuntu - Com VS Code, Google Chrome, ZSH, Oh-my-zsh, zsh-syntax-highlighting, zsh-autosuggestions e spaceship prompt.
#!/bin/bash
# Executar comandos a seguir para atualizar os pacotes
sudo apt update -y
sudo apt upgrade -y
# Instalar pacotes a seguir
sudo apt install dkms make perl gcc build-essential git curl -y
# Instalar Python 3.10 (opcional)