Skip to content

Commit 8519b4d

Browse files
bootstrap: install w3m on macOS
1 parent 499ff36 commit 8519b4d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

install/bootstrap_apps_cli.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ if is_profile_admin_or_similar; then
362362

363363
# Terminal browser
364364
is_cli_priority "optional" && homebrew_brew_install "lynx" # Terminal browser
365+
is_cli_priority "optional" && homebrew_brew_install "w3m" # Terminal browser
365366

366367
# File sharing
367368
is_cli_priority "optional" && homebrew_brew_install "ffsend" # Firefox Send client. Required by 1 oh-my-shell plugin

0 commit comments

Comments
 (0)