summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index acc9f45..2858b25 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -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