dot_testing/Makefile

17 lines
423 B
Makefile
Raw Normal View History

2021-05-10 17:27:15 -05:00
LOCATION="$(HOME)/.config"
2021-05-25 12:47:11 -05:00
install: install_bspwm install_nvim install_sx install_sxhkd install_vimb install_zathura install_wyebadblock
install_bspwm:
2021-05-10 17:27:15 -05:00
cp -r bspwm $(LOCATION)
2021-05-25 12:47:11 -05:00
install_nvim:
2021-05-10 17:27:15 -05:00
cp -r nvim $(LOCATION)
2021-05-25 12:47:11 -05:00
install_sx:
2021-05-10 17:27:15 -05:00
cp -r sx $(LOCATION)
2021-05-25 12:47:11 -05:00
install_sxhkd:
2021-05-10 17:27:15 -05:00
cp -r sxhkd $(LOCATION)
2021-05-25 12:47:11 -05:00
install_vimb:
2021-05-10 17:27:15 -05:00
cp -r vimb $(LOCATION)
2021-05-25 12:47:11 -05:00
install_zathura:
2021-05-10 17:27:15 -05:00
cp -r zathura $(LOCATION)
2021-05-25 12:47:11 -05:00
install_wyebadblock:
2021-05-10 17:27:15 -05:00
cp -r wyebadblock $(LOCATION)