Last active
May 12, 2023 09:52
-
-
Save hamdouni/f96bfa8dbfe0c960aa22cc66ebdcba6b to your computer and use it in GitHub Desktop.
Alpine Linux Graphic in Virtualbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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