From f062ae3c370a563ba986c8e6cbfd0f86de0332b4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 18 Dec 2018 15:42:20 -0800 Subject: new work computer --- Makefile.st-doy2 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Makefile.st-doy2 (limited to 'Makefile.st-doy2') diff --git a/Makefile.st-doy2 b/Makefile.st-doy2 new file mode 100644 index 0000000..46f430d --- /dev/null +++ b/Makefile.st-doy2 @@ -0,0 +1,14 @@ +INSTALL := \ + .config/alacritty/alacritty.yml \ + .config/karabiner \ + .hammerspoon + +EMPTYDIRS := \ + +INSTALL_CUSTOM := \ + +BUILD := \ + config/alacritty/alacritty.yml + +config/alacritty/alacritty.yml : config/alacritty/alacritty.yml.st-doy2 + $(LN) $(notdir $<) $@ -- cgit v1.2.3-54-g00ecf