2024-09-22 18:39:48 +03:00
|
|
|
#!/bin/bash
|
|
|
|
|
2024-10-15 18:28:31 +03:00
|
|
|
configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd" "dunst" "mimeapps.list" "starship.toml")
|
2024-09-22 18:34:44 +03:00
|
|
|
|
2024-10-15 18:28:31 +03:00
|
|
|
betterlockscreen -u ~/.bg/bg_3.jpg
|
2024-10-02 23:49:16 +03:00
|
|
|
|
2024-09-22 18:34:44 +03:00
|
|
|
for config in ${configs[@]}; do
|
2024-10-15 18:28:31 +03:00
|
|
|
cp -vr ./$config ~/.config/
|
2024-09-22 18:34:44 +03:00
|
|
|
done
|
|
|
|
|
|
|
|
cp ./.zshrc ~/
|
2024-09-22 19:18:56 +03:00
|
|
|
cp -r ./.zsh ~/
|