We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47aa44e commit ebc98ffCopy full SHA for ebc98ff
1 file changed
install/bootstrap_apps_cli.sh
@@ -411,7 +411,7 @@ if is_profile_admin_or_similar; then
411
# Daily standup manager
412
# Task manager
413
is_cli_priority "critical" && pipx_pipx_install "tasklog" # Install tasklog cli
414
- is_cli_priority "optional" && homebrew_brew_install "task" # Taskwarrior
+ #is_cli_priority "optional" && homebrew_brew_install "task" # Taskwarrior
415
416
# AWS SDK
417
if ci_is_ci; then
0 commit comments