Repositorio personal de configuración para mi entorno Arch Linux ligero, pensado para una PC modesta pero usable, rápida y con estética limpia tipo Dracula/purple.
Este repo es para respaldar y restaurar mi entorno gráfico personal. No debería contener contraseñas, llaves SSH, tokens, cookies, historiales privados ni archivos personales.
| Área | Configuración |
|---|---|
| Sistema | Arch Linux |
| Window Manager | i3wm |
| Barra | Polybar tipo isla superior |
| Compositor | Picom |
| Terminal | Alacritty / Kitty |
| Shell | Zsh + Starship |
| Lanzador | Rofi / dmenu |
| Tema visual | Dracula / purple / minimalista |
| Fuente | JetBrainsMono Nerd Font |
Configuración personal usada en i3/xrandr:
| Monitor | Posición | Resolución | Frecuencia |
|---|---|---|---|
| Principal | Derecha | 1920x1080 | 200Hz |
| Secundario | Izquierda | 1366x768 | 60Hz |
En mi Arch actual el monitor principal suele ser
DP-1. El secundario puede aparecer comoDVI-I-1oDVI-D-1, así que antes de aplicar scripts de pantalla conviene revisar conxrandr.
.
├── config/
│ ├── i3/
│ ├── polybar/
│ ├── picom/
│ ├── rofi/
│ ├── alacritty/
│ ├── kitty/
│ ├── fastfetch/
│ └── starship.toml
├── home/
│ ├── .zshrc
│ ├── .xinitrc
│ ├── .Xresources
│ └── .screenlayout/
├── scripts/
│ ├── backup-dotfiles.sh
│ ├── install-dotfiles.sh
│ └── arch-packages.txt
└── README.md
Desde mi Arch Linux:
git clone https://github.com/caxitsecurity/ArchPersonal-Ligero-PCPotato-I3-Polybar-Picom.-.git
cd ArchPersonal-Ligero-PCPotato-I3-Polybar-Picom.-
chmod +x scripts/backup-dotfiles.sh
./scripts/backup-dotfiles.sh
git status
git add .
git commit -m "sync: actualizar dotfiles Arch i3"
git pushgit clone https://github.com/caxitsecurity/ArchPersonal-Ligero-PCPotato-I3-Polybar-Picom.-.git
cd ArchPersonal-Ligero-PCPotato-I3-Polybar-Picom.-
chmod +x scripts/install-dotfiles.sh
./scripts/install-dotfiles.shDespués reiniciar i3:
Mod+Shift+RO cerrar sesión y volver a entrar.
sudo pacman -S --needed - < scripts/arch-packages.txtSi algún paquete cambia de nombre o no existe en los repos oficiales, instalarlo manualmente o buscarlo en AUR con yay.
Antes de hacer git add ., revisar siempre:
git status
git diff --cachedEste setup representa mi entorno de trabajo para Linux, Programación y ciberseguridad. La idea es Levantar mi Arch sin perder tiempo configurando todo desde cero DENUEVO.