feat(install): add install script

This commit is contained in:
doryan 2024-09-22 19:34:44 +04:00
parent de3262e579
commit 4f001cc46e

8
install.sh Normal file
View File

@ -0,0 +1,8 @@
configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd")
for config in ${configs[@]}; do
cp -r ./$config ~/.config/
done
cp ./.zshrc ~/
cp ./.zsh ~/