Add files via upload

This commit is contained in:
Andrew Varnavsky 2022-10-18 19:13:25 +03:00 committed by GitHub
parent a36381ccf2
commit 8be7df1225
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

BIN
dwm-themes.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

7
install.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
mkdir ~/.local/bin
mv -v ./scripts/* ~/.local/bin/
cd dwm
make -j4
make install