Skip to content

Instantly share code, notes, and snippets.

View k00kx's full-sized avatar
👨‍💻

k00k k00kx

👨‍💻
View GitHub Profile
@k00kx
k00kx / ambiente-dev-ubuntu.sh
Created September 30, 2022 15:36 — 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)