14 lines
301 B
Bash
Executable File
14 lines
301 B
Bash
Executable File
#!/bin/bash
|
|
|
|
configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd" "dunst", "fontconfig")
|
|
|
|
betterlockscreen -u ~/.bg/bg_3.jpg --fx blur --blur 0.25
|
|
|
|
for config in ${configs[@]}; do
|
|
cp -r ./$config ~/.config/
|
|
done
|
|
|
|
cp ./starship.toml ~/.config/
|
|
cp ./.zshrc ~/
|
|
cp -r ./.zsh ~/
|