Skip to content

Instantly share code, notes, and snippets.

View viegasjean's full-sized avatar
🎯
Focusing

Jean Viegas viegasjean

🎯
Focusing
View GitHub Profile
@viegasjean
viegasjean / install-zsh-windows-git-bash.md
Created October 28, 2022 01:16 — forked from fworks/install-zsh-windows-git-bash.md
Zsh / Oh-my-zsh on Windows Git Bash
@viegasjean
viegasjean / ambiente-dev-ubuntu.sh
Created September 23, 2022 16:31 — 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)