mirror of
https://github.com/hnhx/rice.git
synced 2025-01-09 19:37:28 -03:00
13 lines
292 B
Makefile
13 lines
292 B
Makefile
all:
|
|
cp -f ./zshrc ~/.zshrc
|
|
cp -f ./xinitrc ~/.xinitrc
|
|
cp -f ./picom.conf ~/.config/
|
|
feh --bg-scale ./bg.jpg
|
|
chmod +x ./bar
|
|
chmod +x ./screenshot
|
|
|
|
install:
|
|
$(MAKE) -C suckless/st install
|
|
$(MAKE) -C suckless/dwm install
|
|
cp -f ./bar /usr/local/bin/
|
|
cp -f ./screenshot /usr/local/bin/
|