From 967e496c7ac5ba221e94d2d16731f36e5987db0a Mon Sep 17 00:00:00 2001 From: randomuser Date: Tue, 3 Jan 2023 23:12:51 -0600 Subject: [PATCH] whoops, forgot makefile --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c41a0f6..d322dcc 100644 --- a/Makefile +++ b/Makefile @@ -1,11 +1,13 @@ LOCATION="$(HOME)/.config" DATA="$(HOME)/.local/share" -install_local: location_setup install_bspwm install_nvim install_sx install_sxhkd install_zathura install_bash install_ssh install_git install_tridactyl install_htop install_python +install_local: location_setup install_theme install_bspwm install_nvim install_sx install_sxhkd install_zathura install_bash install_ssh install_git install_tridactyl install_htop install_python firefox: .firefox_env install: .environment location_setup: mkdir -p $(LOCATION)/ +install_theme: + ln -sf $(CURDIR)/earth $(HOME)/.themes/ install_bspwm: ln -sf $(CURDIR)/bspwm $(LOCATION)/ install_nvim: