mirror of
https://git.poridge.club/aurel1on/dwm-cute.git
synced 2024-11-09 20:10:27 +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
|