dotfiles/install.sh

14 lines
287 B
Bash
Raw Normal View History

2024-09-22 18:39:48 +03:00
#!/bin/bash
configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd" "dunst")
2024-09-22 18:34:44 +03:00
betterlockscreen -u ~/.bg/bg_3.jpg --fx blur --blur 0.25
2024-09-22 18:34:44 +03:00
for config in ${configs[@]}; do
cp -r ./$config ~/.config/
done
2024-10-05 19:46:57 +03:00
cp ./starship.toml ~/.config/
2024-09-22 18:34:44 +03:00
cp ./.zshrc ~/
2024-09-22 19:18:56 +03:00
cp -r ./.zsh ~/