From 4f5d2bab933323cab147e57a3f04dd128049822a Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 15 Jul 2023 23:30:56 +0100 Subject: add st as default terminal --- deploy.sh | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'deploy.sh') 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 -- cgit v1.2.1