rice/Makefile

13 lines
264 B
Makefile

all:
cp -f ./zshrc ~/.zshrc
cp -f ./xinitrc ~/.xinitrc
cp -f ./picom.conf ~/.config/
mkdir ~/sxhkd
cp -f ./sxhkdrc ~/sxhkd/
feh --bg-scale ./bg.jpg
install:
$(MAKE) -C suckless/st install
$(MAKE) -C suckless/dwm install
cp -f ./scripts/* /usr/local/bin/