summaryrefslogtreecommitdiff
path: root/install.sh
blob: 430f61ac7aae360049d4334e259424c7ee1d12aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

cd scripts/
cp * /usr/local/bin/

cd ../dmenu-5.0/
make install

cd ../dwm-6.2
make install

cd ../st-0.8.4
make install
cd ..