make sure that .config directory is created

This commit is contained in:
randomuser 2022-11-27 19:18:44 +00:00
parent 40bdc21829
commit be04461863
1 changed files with 3 additions and 1 deletions

View File

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