diff options
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -85,6 +85,10 @@ load () { mkdir -p ~/.urxvt/ext/ cp /tmp/urxvt-resize-font/resize-font ~/.urxvt/ext/ + cd slock + ./deploy.sh + cd - + echo "Copied configurations!" else |