From deab59cccf1f79f68e5e1ef11f39da9e29dfb45f Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Fri, 25 Feb 2022 16:29:41 -0800 Subject: switch to stow --- Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c3acfee..7e00cd4 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,3 @@ -mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) -cur_dir := $(notdir $(patsubst %/,%,$(dir $(mkfile_path)))) - -repo_dir := $(dir $(mkfile_path)) -bin_dir := $(repo_dir)bin -bin_file_name := 10-$(cur_dir) - all: - $(bin_dir)/pycombine -e '(Makefile|bin|README.md|debian)' "$(HOME)" "$(repo_dir)" - echo 'PATH=$(bin_dir):$$PATH' > ~/.environment.d/$(bin_file_name) + # Combine files with public dotfiles + stow --verbose --no-folding --target=$$HOME . -- cgit v1.2.3