summaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh9
1 files changed, 2 insertions, 7 deletions
diff --git a/deploy.sh b/deploy.sh
index cb42927..49cb4c3 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -73,17 +73,12 @@ load () {
git clone https://github.com/vinceliuice/vimix-icon-theme $HOME/.local/src/vimix-icon-theme
cd $HOME/.local/src/vimix-icon-theme
./install.sh
- cd -
-
+ cd -
+
mkdir -p $HOME/.local/share/icons
cp -r icons/* $HOME/.local/share/icons/
cp .local/share/kaomoji ~/.local/share/
- 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 -