Skip to content

Commit 5efad6f

Browse files
bootstrap: added potrace on macOS/linux
1 parent 9e8474e commit 5efad6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/bootstrap_apps_cli.sh

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

445445
# Image processing
446446
is_cli_priority "optional" && homebrew_brew_install "imagemagick" # Required by spaceman-diff
447+
is_cli_priority "optional" && homebrew_brew_install "potrace" # Convert rather into vector graphic
447448

448449
# Line oriented search tool
449450
is_cli_priority "critical" && homebrew_brew_install "ripgrep" # faster grep "rigrep" binary compiled, as nightly build, and including SIMD and all optimizations enabled.

0 commit comments

Comments
 (0)