rice/Makefile

13 lines
264 B
Makefile
Raw Normal View History

2021-12-27 11:41:22 +01:00
all:
2023-01-28 20:56:17 +01:00
cp -f ./zshrc ~/.zshrc
cp -f ./xinitrc ~/.xinitrc
cp -f ./picom.conf ~/.config/
mkdir ~/sxhkd
cp -f ./sxhkdrc ~/sxhkd/
2021-12-27 11:41:22 +01:00
feh --bg-scale ./bg.jpg
install:
2023-01-28 21:09:52 +01:00
$(MAKE) -C suckless/st install
$(MAKE) -C suckless/dwm install
cp -f ./scripts/* /usr/local/bin/