diff options
| author | silly <u65487754@gmail.com> | 2026-04-08 05:13:33 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-08 05:13:33 +0000 |
| commit | 2582444730c244339a06ed25763afd37c597592b (patch) | |
| tree | ca9dc99e89574cd3fcfcbbeecffcfaa8bc683099 /silly.sh | |
| parent | 1ffe2fdcb2d0c8ea92083a3323b742688728504f (diff) | |
Update silly.sh
Diffstat (limited to 'silly.sh')
| -rw-r--r-- | silly.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -21,6 +21,7 @@ PACMAN_PKGS=( btop fastfetch firefox + neovim imv mpv imagemagick @@ -111,7 +112,7 @@ install() { } sync() { - CONFIGS=(btop dunst fastfetch fish firefox gtk-3.0 gtk-4.0 hypr kitty rofi scripts wallpaper zed) + CONFIGS=(btop dunst fastfetch fish firefox gtk-3.0 gtk-4.0 hypr kitty rofi scripts wallpaper zed neovim) echo for name in "${CONFIGS[@]}"; do |
