mirror of
https://github.com/hnhx/rice.git
synced 2025-01-09 03:18:10 -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 ./xinitrc ~/.xinitrc
|
||||
cp -f ./picom.conf ~/.config/
|
||||
mkdir ~/sxhkd
|
||||
cp -f ./sxhkdrc ~/sxhkd/
|
||||
mkdir ~/.config/sxhkd
|
||||
cp -f ./sxhkdrc ~/.config/sxhkd/
|
||||
feh --bg-scale ./bg.jpg
|
||||
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue