feat(install): add install script
This commit is contained in:
parent
de3262e579
commit
4f001cc46e
|
@ -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 ~/
|
Loading…
Reference in New Issue