aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2022-07-15 22:48:33 -0700
committerGitHub <[email protected]>2022-07-15 22:48:33 -0700
commit8da44ac5ae0aaa28caa79c2188e3a2b0249802da (patch)
treec6931e29db77c2a42cc44ded05c274a2f1b02d45
parent16b3009b8687a662751335bd9576a9cb75dc8b42 (diff)
mv -> cp for fonts
-rw-r--r--font-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/font-setup.sh b/font-setup.sh
index a799d7c..f5d7b46 100644
--- a/font-setup.sh
+++ b/font-setup.sh
@@ -1,6 +1,6 @@
echo "Making fonts directory..."
mkdir -p ~/.local/share/fonts/
echo "Moving Meslo fonts to ~/.local/share/fonts ..."
-mv Meslo* ~/.local/share/fonts
+cp Meslo* ~/.local/share/fonts
sudo ln -s /usr/share/fontconfig/conf.avail/70-no-bitmaps.conf /etc/fonts/conf.d