Skip to content

Instantly share code, notes, and snippets.

View fesalm3ida's full-sized avatar

Felipe S. Almeida fesalm3ida

View GitHub Profile
@fesalm3ida
fesalm3ida / ambiente-dev-ubuntu.sh
Created December 14, 2024 00:07 — 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
@fesalm3ida
fesalm3ida / git.md
Created January 12, 2024 00:30 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda