mirror of
https://git.poridge.club/aurel1on/dwm-cute.git
synced 2024-11-10 02:40:26 +03:00
8 lines
91 B
Bash
8 lines
91 B
Bash
#!/bin/sh
|
|
|
|
mkdir ~/.local/bin
|
|
mv -v ./scripts/* ~/.local/bin/
|
|
cd dwm
|
|
make -j4
|
|
make install
|