summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index bcfee36..62606e2 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -47,7 +47,7 @@ load () {
cp xinitrc $HOME/.xinitrc
cp profile $HOME/.profile
- mkdir -p $HOME/fonts
+ mkdir -p $HOME/.fonts
cp -r fonts/* $HOME/.fonts
echo "Copied configurations!"