update makefile so it doesn't automagically install firefox dots
This commit is contained in:
parent
bbc09fa9a2
commit
1ef025e1c0
3
Makefile
3
Makefile
|
@ -1,6 +1,7 @@
|
||||||
LOCATION="$(HOME)/.config"
|
LOCATION="$(HOME)/.config"
|
||||||
DATA="$(HOME)/.local/share"
|
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 .firefox_env
|
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
|
||||||
|
firefox: .firefox_env
|
||||||
install: .environment
|
install: .environment
|
||||||
|
|
||||||
install_bspwm:
|
install_bspwm:
|
||||||
|
|
Loading…
Reference in New Issue