Files
dotfiles-and-setup/installs_and_builds/custom_dwm_default

8 lines
127 B
Bash
Executable File

#!/bin/sh
git clone https://git.drinkingtea.net/david/dwm.git
pushd dwm > /dev/null
sudo make clean install
popd > /dev/null