Skip to content

Commit

Permalink
bootstrap: install shfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
davidandreoletti committed Apr 11, 2024
1 parent 4e7165b commit 58b3c09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install/bootstrap_apps_cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,9 @@ if is_profile_admin_or_similar; then
homebrew_brew_install "so" # Query stackoverflow TUI
homebrew_brew_install "universal-ctags" # catgs for vim's TagBar

# Shell formatter
homebrew_brew_install "shfmt" # Shell script formatter

is_fedora && fedora_dnf_install "fuse" # Hardware smartcard requirements
is_fedora && fedora_dnf_install "fuse-devel"

Expand Down

0 comments on commit 58b3c09

Please sign in to comment.