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