dotfiles/install.sh

11 lines
188 B
Bash
Raw Normal View History

2024-09-22 18:39:48 +03:00
#!/bin/bash
2024-09-22 18:34:44 +03:00
configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd")
for config in ${configs[@]}; do
cp -r ./$config ~/.config/
done
cp ./.zshrc ~/
cp ./.zsh ~/