summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
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