2024-09-22 18:39:48 +03:00
|
|
|
#!/bin/bash
|
|
|
|
|
2025-01-11 17:30:59 +03:00
|
|
|
configs=("betterlockscreen" "bspwm" "btop" "picom" "polybar" "zathura" "rofi" "yazi" "sxhkd" "dunst" "mimeapps.list" "starship.toml")rlockscreen -u ~/.bg/bg_5.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 ~/
|