9 lines
175 B
Bash
9 lines
175 B
Bash
|
configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd")
|
||
|
|
||
|
for config in ${configs[@]}; do
|
||
|
cp -r ./$config ~/.config/
|
||
|
done
|
||
|
|
||
|
cp ./.zshrc ~/
|
||
|
cp ./.zsh ~/
|