diff options
author | davidovski <david@davidovski.xyz> | 2023-07-15 23:30:56 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2023-07-15 23:30:56 +0100 |
commit | 4f5d2bab933323cab147e57a3f04dd128049822a (patch) | |
tree | ea0e00f333014a076807dc8004e57d300510b098 /deploy.sh | |
parent | b85872dfc933ff3bd2e95303d8327c357c8b9ca6 (diff) |
add st as default terminal
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |