dotfiles/install.sh

11 lines
191 B
Bash

#!/bin/bash
configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd")
for config in ${configs[@]}; do
cp -r ./$config ~/.config/
done
cp ./.zshrc ~/
cp -r ./.zsh ~/