From be044618631789a9a3cecda2602056e92d248804 Mon Sep 17 00:00:00 2001 From: randomuser Date: Sun, 27 Nov 2022 19:18:44 +0000 Subject: [PATCH] make sure that .config directory is created --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0ec86d6..eec2012 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,11 @@ LOCATION="$(HOME)/.config" DATA="$(HOME)/.local/share" -install_local: install_bspwm install_nvim install_sx install_sxhkd install_zathura install_simplestatus install_bash install_ssh install_git install_tridactyl install_htop install_python +install_local: location_setup install_bspwm install_nvim install_sx install_sxhkd install_zathura install_simplestatus install_bash install_ssh install_git install_tridactyl install_htop install_python firefox: .firefox_env install: .environment +location_setup: + mkdir -p $(LOCATION) $(DATA) install_bspwm: ln -sf $(CURDIR)/bspwm $(LOCATION)/bspwm install_nvim: