2021-05-10 17:27:15 -05:00
|
|
|
LOCATION="$(HOME)/.config"
|
2022-02-05 22:58:21 -06:00
|
|
|
install: install_bspwm install_nvim install_sx install_sxhkd install_vimb install_zathura install_wyebadblock install_simplestatus install_bash install_ssh install_git 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)
|
2021-05-25 12:47:11 -05:00
|
|
|
install_wyebadblock:
|
2021-05-10 17:27:15 -05:00
|
|
|
cp -r wyebadblock $(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-02-05 22:29:46 -06:00
|
|
|
environment:
|
|
|
|
sh environ
|