fix(install): add zathura and betterlockscreen
This commit is contained in:
parent
a4100d24ba
commit
7de93a72ee
|
@ -1,8 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd" "dunst" "mimeapps.list" "starship.toml")
|
configs=("betterlockscreen" "bspwm" "btop" "picom" "polybar" "zathura" "rofi" "yazi" "sxhkd" "dunst" "mimeapps.list" "starship.toml")rlockscreen -u ~/.bg/bg_5.jpg
|
||||||
|
|
||||||
betterlockscreen -u ~/.bg/bg_3.jpg
|
|
||||||
|
|
||||||
for config in ${configs[@]}; do
|
for config in ${configs[@]}; do
|
||||||
cp -vr ./$config ~/.config/
|
cp -vr ./$config ~/.config/
|
||||||
|
|
Loading…
Reference in New Issue