summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2023-07-15 23:30:56 +0100
committerdavidovski <david@davidovski.xyz>2023-07-15 23:30:56 +0100
commit4f5d2bab933323cab147e57a3f04dd128049822a (patch)
treeea0e00f333014a076807dc8004e57d300510b098 /deploy.sh
parentb85872dfc933ff3bd2e95303d8327c357c8b9ca6 (diff)
add st as default terminal
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