From 619e28856433ad6b508a05730dfa221f28b22a40 Mon Sep 17 00:00:00 2001 From: doryan Date: Tue, 15 Oct 2024 19:28:31 +0400 Subject: [PATCH] feat(install): improve script --- install.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 3537c83..fe30033 100755 --- a/install.sh +++ b/install.sh @@ -1,13 +1,12 @@ #!/bin/bash -configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd" "dunst") +configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd" "dunst" "mimeapps.list" "starship.toml") -betterlockscreen -u ~/.bg/bg_3.jpg --fx blur --blur 0.25 +betterlockscreen -u ~/.bg/bg_3.jpg for config in ${configs[@]}; do - cp -r ./$config ~/.config/ + cp -vr ./$config ~/.config/ done -cp ./starship.toml ~/.config/ cp ./.zshrc ~/ cp -r ./.zsh ~/