mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
fixed fonts problem
This commit is contained in:
parent
ea1acf9d7f
commit
c01f362eb1
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ load () {
|
|||
cp xinitrc $HOME/.xinitrc
|
||||
cp profile $HOME/.profile
|
||||
|
||||
cp -r fonts $HOME/.fonts
|
||||
mkdir -p $HOME/fonts
|
||||
cp -r fonts/* $HOME/.fonts
|
||||
|
||||
echo "Copied configurations!"
|
||||
|
||||
|
|
Loading…
Reference in a new issue