Skip to content

Instantly share code, notes, and snippets.

@hamdouni
Last active May 12, 2023 09:52
Show Gist options
  • Save hamdouni/f96bfa8dbfe0c960aa22cc66ebdcba6b to your computer and use it in GitHub Desktop.
Save hamdouni/f96bfa8dbfe0c960aa22cc66ebdcba6b to your computer and use it in GitHub Desktop.
Alpine Linux Graphic in Virtualbox
apk update
apk add udev xorg-server xf86-input-evdev xf86-video-vesa setxkbmap
apk add build-base git libcurl libxft-dev libx11-dev libxinerama-dev lxterminal
apk add ca-certificates wget
update-ca-certificates
rc-update add udev sysinit
rc-update add udev-postmount default
git clone https://github.com/hamdouni/myDwm
cd myDwm/programs/dwm-6.0
make && make install
ln -s /usr/bin/lxterminal /usr/bin/x-terminal-emulator
echo "setxkbmap fr &" > .xinitrc
echo "dwm" >> .xinitrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment