diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..430f61a --- /dev/null +++ b/install.sh @@ -0,0 +1,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 .. |