diff options
author | davidovki <david@davidovski.xyz> | 2023-03-16 11:32:48 +0000 |
---|---|---|
committer | davidovki <david@davidovski.xyz> | 2023-03-16 11:32:48 +0000 |
commit | 33fb893a3120325c39539aee94361222659ae04f (patch) | |
tree | cf878af2e7fe8abe7fc4e63e1a8f918068d5bd3a /deploy.sh | |
parent | a8944ec46d19126c2054f7232a78a1f395c93b1b (diff) |
Added slock configuration files
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 |