Skip to content

Instantly share code, notes, and snippets.

View andpeicunha's full-sized avatar
:atom:
Focusing

André Peixoto andpeicunha

:atom:
Focusing
View GitHub Profile
@jonatasbueno
jonatasbueno / terminal.md
Last active August 9, 2025 04:07
Estilizando terminal no Linux Ubuntu com Kettiy

🛠️ Guia Completo: Kitty + Zsh + Powerlevel10k no Ubuntu 24.04.2 LTS

Este guia mostra como configurar um terminal leve, moderno e bonito com:

  • Kitty como emulador de terminal padrão
  • Zsh
  • fzf como buscador interativo e dinâmico
  • bat como visualizador de arquivos enquanto pesquisa com fzf
  • Powerlevel10k
  • Autosuggestions e Syntax Highlighting
@luizomf
luizomf / ambiente-dev-ubuntu.sh
Last active September 29, 2025 00:02
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