dot_testing/Makefile

27 lines
642 B
Makefile
Raw Normal View History

2021-05-10 17:27:15 -05:00
LOCATION="$(HOME)/.config"
2022-03-22 21:59:37 -05:00
DATA="$(HOME)/.local/share"
2022-06-07 23:13:10 -05:00
install_local: install_bspwm install_nvim install_sx install_sxhkd install_zathura install_simplestatus install_bash install_ssh install_git
install: .environment
2021-05-25 12:47:11 -05:00
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)
2022-01-07 02:40:12 -06:00
install_simplestatus:
cp -r simplestatus $(LOCATION)
2022-02-05 22:58:21 -06:00
install_bash:
cp -r bash $(LOCATION)
install_ssh:
cp -r ssh $(LOCATION)
install_git:
cp -r git $(LOCATION)
2022-06-07 23:13:10 -05:00
.environment:
sh environ