dot_testing/Makefile

11 lines
236 B
Makefile
Raw Normal View History

2021-05-10 17:27:15 -05:00
LOCATION="$(HOME)/.config"
install:
mkdir -p $(LOCATION)
cp -r bspwm $(LOCATION)
cp -r nvim $(LOCATION)
cp -r sx $(LOCATION)
cp -r sxhkd $(LOCATION)
cp -r vimb $(LOCATION)
cp -r zathura $(LOCATION)
cp -r wyebadblock $(LOCATION)