feat(install): add install script
This commit is contained in:
8
install.sh
Normal file
8
install.sh
Normal 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 ~/
|
||||
Reference in New Issue
Block a user