some changes
This commit is contained in:
parent
13c47f6f77
commit
adedbf32fc
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd" "dunst")
|
||||
configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd" "dunst", "fontconfig")
|
||||
|
||||
betterlockscreen -u ~/.bg/bg_3.jpg --fx blur --blur 0.25
|
||||
|
||||
|
@ -8,5 +8,6 @@ for config in ${configs[@]}; do
|
|||
cp -r ./$config ~/.config/
|
||||
done
|
||||
|
||||
cp ./starship.toml ~/.config/
|
||||
cp ./.zshrc ~/
|
||||
cp -r ./.zsh ~/
|
||||
|
|
Loading…
Reference in New Issue