mirror of
https://github.com/hnhx/rice.git
synced 2025-01-09 03:18:10 -03:00
12 lines
280 B
Makefile
12 lines
280 B
Makefile
all:
|
|
cp -f ./zshrc ~/.zshrc
|
|
cp -f ./xinitrc ~/.xinitrc
|
|
cp -f ./picom.conf ~/.config/
|
|
mkdir ~/.config/sxhkd
|
|
cp -f ./sxhkdrc ~/.config/sxhkd/
|
|
feh --bg-scale ./bg.jpg
|
|
|
|
install:
|
|
$(MAKE) -C suckless/st install
|
|
$(MAKE) -C suckless/dwm install
|
|
cp -f ./scripts/* /usr/local/bin/
|