Linux

Linux Debian 12 Bookworm desde Cero [BSPWM – Polybar – jgmenu – rofi]



En este Directo haré una instalación mínima de Linux Debian 12 Bookworm en el Portátil HP ProBook 430 G3 y luego instalaré y configuraré el Gestor de Ventanas BSPWM siguiendo los pasos del repositorio que tengo en gitlab.

Es mi PC Principal así que el Directo se hará usando el Teléfono Celular – Intenté con el PC Compaq CQ45 pero no pasa la prueba – la señal se congela a toda hora.

❤️?❤️?❤️?❤️?❤️?❤️?❤️
Si deseas apoyarme puedes unirte al Canal de “Linux en Casa”

También puedes dejar una Donación a través de los ❤️ Super Gracias y Super Chats ❤️
Por supuesto también puedes dejar un “Me Gusta” , un Comentario y ver uno que otro anuncio.

¡Gracias por tu apoyo!
❤️?❤️?❤️?❤️?❤️?❤️?❤️

CONTENIDO / LINEA DE TIEMPO
00:00 Linux Debian 12 Bookworm – Intro
01:45 USB de Instalación con Ventoy
03:50 Setup del PC
05:30 Instalación de Linux Debian 12 – amd 64 bits
06:25 Idioma – Teclado en Español
07:50 Configuración de Red
10:48 Usuarios y contraseñas
12:00 Particionado del Disco
19:15 Instalación del Sistema Base
20:40 Gestor de Paquetes
22:45 Instalación Mínima – Sin Entorno de Escritorio
25:35 Primer Reinicio
26:50 Aumentar Tamaño de la Letra y neofetch
Damos los comandos:
sudo dpkg-reconfigure console-setup
sudo apt update
sudo apt install neofetch
30:40 Instalar y probar Servidor Gráfico Xorg
sudo apt install xorg xterm
startx
33:20 Instalar bspwm y paquetes adicionales
se instalan los siguientes
sudo apt install bspwm sxhkd conky jgmenu feh nitrogen picom polybar rofi dmenu volumeicon-alsa xtitle policykit-1-gnome nm-tray nm-tray-l10n terminator xfce4-terminal htop git build-essential psmisc

Faltó instalar el display Manager que lo instalo más adelante. También faltó dunst para las notificaciones.

40:12 Configurar bspwm
Descargar rama o tema bspwm-feh
comandos:
git clone
ls
cd bspwm
git branch -a
git checkout -b bspwm-feh origin/bspwm-feh
git pull origin bspwm-feh
ls

Luego me paso al Directorio .config
cd
cd .config
git init
git status
git add neofetch
git commit

Ahora creo la rama bspwm-feh dentro de mi .config
git branch bspwm-feh
git checkout bspwm-feh

Vuelvo al directorio bspwm
cd
cd bspwm

y copio las directorios
cp -r * ~/.config

Y vuelvo al .config y debo crear un nuevo commit con la configuración de bspwm-feh

49:30 Probar tema bspwm-feh
51:50 Instalar y probar lightdm
54:10 Descargar e instalar tema colorido bspwm
01:05:35 Instalar pulseaudio
01:07:10 Resumen y conclusiones – neofetch

HISTORIAL DE COMANDOS:
Todos los comandos, incluidos los errores (Posiblemente algunos comandos cambian por el editor o corrector de YT)

1 neofetch
2 exit
3 sudo dpkg-reconfigure console-setup
4 sudo apt update
5 sudo apt install neofetch
6 neofetch
7 free -h
8 df -h
9 sudo apt install xorg xterm
10 startx
11 sudo apt install bspwm sxhkd conky jgmenu feh nitrogen picom polybar rofi dmenu volumeicon-alsa xtitle policykit-1-gnome nm-tray nm-tray-l10n terminator xfce4-terminal htop git build-essential psmics
12 sudo apt install bspwm sxhkd conky jgmenu feh nitrogen picom polybar rofi dmenu volumeicon-alsa xtitle policykit-1-gnome nm-tray nm-tray-l10n terminator xfce4-terminal htop git build-essential psmisc
13 cd
14 ls
15 git clone
16 ls
17 cd bspwm/
18 ls
19 git branch -a
20 git checkout -b bspwm-feh origin/bspwm-feh
21 git pull origin bspwm-feh
22 ls
23 cd
24 cd .config/
25 ls
26 git init
27 git status
28 git add neofetch/
29 git status
30 git commit
31 git status
32 git branch bspwm-feh
33 git checkout bspwm-feh
34 git status
35 cd
36 ls
37 cd bspwm/
38 ls
39 cp -r * ~/.config/
40 cd
41 cd .config/
42 ls
43 git status
44 git add bspwm/ conky/ dunst/ jgmenu/ picom/ polybar/ rofi/ sxhkd/
45 git status
46 git commit
47 sudo systemctl reboot
48 startx
49 neofetch
50 sudo apt install lightdm lightdm-gtk-greeter
51 sudo systemctl reboot
52 ls
53 cd .config/
54 ls
55 git status
56 nano .gitignore
57 git status
58 git checkout master
59 git status
60 git branch bspwm-color
61 git checkout bspwm-color
62 git status
63 cd
64 ls
65 cd bspwm/
66 ls
67 git status
68 git branch -a
69 git checkout -b bspwm-color origin/bspwm-color
70 git pull origin bspwm-color
71 ls
72 cp -r * ~/.config/
73 cd
74 cd .config/
75 ls
76 git status
77 git add bspwm/ conkeww/ conky dunst/ jgmenu/ picom/ rofi/ sxhkd/
78 git status
79 git commit
80 exit
81 cd .config/
82 ls
83 git status
84 clear
85 cd
86 sudo apt install pulseaudio
87 clear
88 exit
89 neofetch
90 exit
91 free -h
92 exit
93 neofetch
94 free -h
95 df -h

#linux #debian12 #bspwm

[ad_2]

source

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button