Skip to content

Commit

Permalink
Updated tools verification commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanu-lab committed Dec 29, 2024
1 parent d46c15d commit e9aa623
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions config/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{
"name": "code",
"install_command": "brew install --cask visual-studio-code",
"verify_command": "brew list --cask visual-studio-code"
"verify_command": "code --version"
},
{
"name": "slack",
Expand Down Expand Up @@ -137,12 +137,12 @@
{
"name": "fzf",
"install_command": "brew install fzf",
"verify_command": ""
"verify_command": "fzf --version"
},
{
"name": "tree",
"install_command": "brew install tree",
"verify_command": ""
"verify_command": "tree"
},
{
"name": "git-lfs",
Expand All @@ -152,7 +152,7 @@
{
"name": "lsd",
"install_command": "brew install lsd",
"verify_command": ""
"verify_command": "lsd"
},
{
"name": "whatsapp",
Expand All @@ -162,6 +162,11 @@
{
"name": "ffmpeg",
"install_command": "brew install ffmpeg",
"verify_command": ""
"verify_command": "ffmpeg -stats"
},
{
"name": "mpv",
"install_command": "brew install mpv",
"verify_command": "mpv --version"
}
]

0 comments on commit e9aa623

Please sign in to comment.