Files
dotfiles/install.sh

11 lines
276 B
Bash
Raw Normal View History

2024-09-22 19:39:48 +04:00
#!/bin/bash
configs=("betterlockscreen" "bspwm" "btop" "picom" "polybar" "zathura" "rofi" "yazi" "sxhkd" "dunst" "mimeapps.list" "starship.toml")rlockscreen -u ~/.bg/bg_5.jpg
2024-09-22 19:34:44 +04:00
for config in ${configs[@]}; do
2024-10-15 19:28:31 +04:00
cp -vr ./$config ~/.config/
2024-09-22 19:34:44 +04:00
done
cp ./.zshrc ~/
2024-09-22 20:18:56 +04:00
cp -r ./.zsh ~/