Update bootstrap.sh

This commit is contained in:
2025-12-25 12:19:06 +00:00
parent 7892529dcb
commit 6469a016ac

View File

@@ -9,12 +9,25 @@ sudo apt install -y bat btop dbus fish git hx sudo clang make
echo "Install Desktop dependencies"
sudo apt install -y libconfig11 libconfig-dev libdbus-1-dev libx11-dev libx11-xcb-dev libxcb-res0-dev libxinerama-dev libimlib2-dev libyajl-dev libxft-dev libxfixes-dev libxi-dev libfribidi-dev
if [ ! -d ~/src ]; then
mkdir ~/src
fi
if [ ! -d ~/src/dusk ]; then
mkdir ~/src/dusk
fi
if [ ! -d ~/src/st ]; then
mkdir ~/src/st
fi
if [ ! -d ~/src/slstatus ]; then
mkdir ~/src/slstatus
fi
if [ ! -d ~/src/dmenu ]; then
mkdir ~/src/dmenu
fi
git clone https://github.com/besya/dusk ~/src/dusk
git clone https://github.com/besya/st-flexipatch ~/src/st