Files
dotfiles/install.sh

11 lines
191 B
Bash
Raw Normal View History

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