Skip to content

Instantly share code, notes, and snippets.

View DevVittor's full-sized avatar
☁️

🥷🏿 ジリアン語 DevVittor

☁️
View GitHub Profile
@DevVittor
DevVittor / install.sh
Last active February 14, 2026 02:39
ArchLinux+Hyprland
#!/bin/bash
set -e
# 1. Preparação do Ambiente Live
loadkeys br-abnt2
setfont ter-132b
echo "Configurando pacman.conf do ambiente Live..."
pacman -Sy --noconfirm
clear