fix(script): add shebang

This commit is contained in:
doryan 2024-09-22 19:39:48 +04:00
parent 4f001cc46e
commit f4c1c54e72

View File

@ -1,3 +1,5 @@
#!/bin/bash
configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd") configs=("bspwm" "btop" "cava" "lvim" "picom" "polybar" "rofi" "yazi" "sxhkd")
for config in ${configs[@]}; do for config in ${configs[@]}; do