diff options
author | davidovski <david@davidovski.xyz> | 2023-03-01 00:07:40 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-03-01 00:07:40 +0000 |
commit | 1e137b842f55e37484cf7df0e1fcf11af7280e61 (patch) | |
tree | afb42b83520719f7ae03c9b812fbacfbd558c31f /deploy.sh | |
parent | 8c1786d852784591f55d04c29ec036e53bed2900 (diff) |
Fix font in urxvt
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |