dot/Makefile

19 lines
498 B
Makefile
Raw Normal View History

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