Skip to content

Instantly share code, notes, and snippets.

View zeneiltongpdev's full-sized avatar
👨‍💻
I may be slow to respond.

Zeneilton Granja zeneiltongpdev

👨‍💻
I may be slow to respond.
View GitHub Profile
@zeneiltongpdev
zeneiltongpdev / ambiente-dev-ubuntu.sh
Created July 15, 2023 06:14 — 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
# Só o Python
sudo apt install python3.10-full python3.10-dev -y
# Instalar pacotes a seguir