mirror of
https://github.com/hnhx/rice.git
synced 2025-01-24 10:18:00 -03:00
fixed makefile
This commit is contained in:
parent
41ed415541
commit
931fb71178
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -2,8 +2,8 @@ all:
|
||||||
cp -f ./zshrc ~/.zshrc
|
cp -f ./zshrc ~/.zshrc
|
||||||
cp -f ./xinitrc ~/.xinitrc
|
cp -f ./xinitrc ~/.xinitrc
|
||||||
cp -f ./picom.conf ~/.config/
|
cp -f ./picom.conf ~/.config/
|
||||||
mkdir ~/sxhkd
|
mkdir ~/.config/sxhkd
|
||||||
cp -f ./sxhkdrc ~/sxhkd/
|
cp -f ./sxhkdrc ~/.config/sxhkd/
|
||||||
feh --bg-scale ./bg.jpg
|
feh --bg-scale ./bg.jpg
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Add table
Reference in a new issue