whoops, forgot makefile

This commit is contained in:
randomuser 2023-01-03 23:12:51 -06:00
parent 2541707604
commit 967e496c7a
1 changed files with 3 additions and 1 deletions

View File

@ -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: