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 ~/