dotfiles/install.sh

13 lines
283 B
Bash
Executable File

#!/bin/bash
configs=("betterlockscreen" "bspwm" "btop" "picom" "polybar" "zathura" "rofi" "yazi" "sxhkd" "dunst" "mimeapps.list" "starship.toml")
betterlockscreen -u ~/.bg/bg_5.jpg
for config in ${configs[@]}; do
cp -vr ./$config ~/.config/
done
cp ./.zshrc ~/
cp -r ./.zsh ~/