summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index e49a937..bcfee36 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -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!"