dwm-cute/install.sh

8 lines
91 B
Bash
Raw Permalink Normal View History

2022-10-18 19:13:25 +03:00
#!/bin/sh
mkdir ~/.local/bin
mv -v ./scripts/* ~/.local/bin/
cd dwm
make -j4
make install