summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2023-03-01 00:07:40 +0000
committerdavidovski <david@davidovski.xyz>2023-03-01 00:07:40 +0000
commit1e137b842f55e37484cf7df0e1fcf11af7280e61 (patch)
treeafb42b83520719f7ae03c9b812fbacfbd558c31f /deploy.sh
parent8c1786d852784591f55d04c29ec036e53bed2900 (diff)
Fix font in urxvt
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/deploy.sh b/deploy.sh
index d7072b1..1d80f9d 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -81,6 +81,10 @@ load () {
cp -r icons/* $HOME/.local/share/icons/
cp .local/share/kaomoji ~/.local/share/
+ git clone https://github.com/simmel/urxvt-resize-font /tmp/urxvt-resize-font
+ mkdir -p ~/.urxvt/ext/
+ cp /tmp/urxvt-resize-font/resize-font ~/.urxvt/ext/
+
echo "Copied configurations!"
else