sudo xbps-install -y \
git nano base-devel \
libX11 libX11-devel \
libXinerama libXinerama-devel \
libXft libXft-devel \
fontconfig fontconfig-devel
git clone https://github.com/emadadeldev/dwm.git
cd dwm
dmenu
cd dmenu
sudo make clean install
curl -L https://raw.githubusercontent.com/emadadeldev/dwm/refs/heads/main/.bash_profile -o ~/.bash_profile
curl -L https://raw.githubusercontent.com/emadadeldev/dwm/refs/heads/main/.xinitrc -o ~/.xinitrc
mkdir -p ~/.fonts
wget https://github.com/emadadeldev/dwm/raw/refs/heads/main/fonts/JetBrainsMono-VariableFont_wght.ttf \
-O ~/.fonts/JetBrainsMono-VariableFont_wght.ttf
fc-cache -fv