diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-12-02 22:25:52 -0800 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2025-12-02 22:25:52 -0800 |
| commit | ca6533cc2c826862417af278a841eb736c4c98ce (patch) | |
| tree | 2331382bd3402a109e9ddf4ae1abb604958b6ce7 /dwm/setup.sh | |
| parent | f3023a0ee3d9cbcafb0df5d3c3426f74daf044b8 (diff) | |
dwm setup
Diffstat (limited to 'dwm/setup.sh')
| -rwxr-xr-x | dwm/setup.sh | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dwm/setup.sh b/dwm/setup.sh new file mode 100755 index 0000000..01e3f4a --- /dev/null +++ b/dwm/setup.sh @@ -0,0 +1,14 @@ +#!/bin/bash + +set -e +set -x + +tar -xzf dwm-6.6.tar.gz +cd dwm-6.6 +patch <../my.diff +patch <../dwm-movestack-6.6.diff +patch <../dwm-quitprompt-20220718-6613d9f.diff +patch <../dwm-warp-6.4.diff +patch <../dwm-removeborder-20220626-d3f93c7.diff +make config.h +sudo make install |
