$ git clone https://github.com/gonzaru/dwm.git
# copy the files to your dwm directory
$ cp {config.h,functions.c,themes.h} /path/to/dwm
$ cd /path/to/dwm
$ make clean
$ make
# copy the binary file to any searchable shell $PATH, for example:
$ sudo cp dwm /usr/local/bin/
- Or
$ make install (use sudo if necessary)