diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -79,14 +79,19 @@ 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/ + + git clone https://github.com/simmel/urxvt-resize-font /tmp/urxvt-resize-font cp /tmp/urxvt-resize-font/resize-font ~/.urxvt/ext/ cd slock ./deploy.sh cd - + cd st + ./deploy.sh + cd - + echo "Copied configurations!" else |