dotfiles/install.sh

11 lines
276 B
Bash
Raw Normal View History

2024-09-22 18:39:48 +03: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 18:34:44 +03:00
for config in ${configs[@]}; do
2024-10-15 18:28:31 +03:00
cp -vr ./$config ~/.config/
2024-09-22 18:34:44 +03:00
done
cp ./.zshrc ~/
2024-09-22 19:18:56 +03:00
cp -r ./.zsh ~/