dot_testing/Makefile

25 lines
757 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:
ln -sf $(CURDIR)/bspwm $(LOCATION)/bspwm
2021-05-25 12:47:11 -05:00
install_nvim:
ln -sf $(CURDIR)/nvim $(LOCATION)/nvim
2021-05-25 12:47:11 -05:00
install_sx:
ln -sf $(CURDIR)/sx $(LOCATION)/sx
2021-05-25 12:47:11 -05:00
install_sxhkd:
ln -sf $(CURDIR)/sxhkd $(LOCATION)/sxhkd
2021-05-25 12:47:11 -05:00
install_zathura:
ln -sf $(CURDIR)/zathura $(LOCATION)/zathura
2022-01-07 02:40:12 -06:00
install_simplestatus:
ln -sf $(CURDIR)/simplestatus $(LOCATION)/simplestatus
2022-02-05 22:58:21 -06:00
install_bash:
ln -sf $(CURDIR)/bash $(LOCATION)/bash
2022-02-05 22:58:21 -06:00
install_ssh:
ln -sf $(CURDIR)/ssh $(LOCATION)/ssh
2022-02-05 22:58:21 -06:00
install_git:
ln -sf $(CURDIR)/git $(LOCATION)/git
2022-06-07 23:13:10 -05:00
.environment:
sh environ