fixed makefile

This commit is contained in:
hnhx 2023-02-17 14:40:15 +01:00
parent 41ed415541
commit 931fb71178
1 changed files with 2 additions and 2 deletions

View File

@ -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: