diff options
| author | Miquel Sabaté Solà <mssola@mssola.com> | 2025-09-17 14:57:19 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mssola@mssola.com> | 2025-09-17 14:57:19 +0200 |
| commit | 2430f51e5b5db7cc7feeb8728ac8e9e7bd99e224 (patch) | |
| tree | 2f212dfc836e9855cb6283b7d325ea09d2eaeed7 /bin/doctor.rb | |
| parent | 75eb4b146f8ff371070833902887bb4dbd23e95c (diff) | |
| download | dotfiles-2430f51e5b5db7cc7feeb8728ac8e9e7bd99e224.tar.gz dotfiles-2430f51e5b5db7cc7feeb8728ac8e9e7bd99e224.zip | |
doctor.rb: Add more required binaries
Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to 'bin/doctor.rb')
| -rwxr-xr-x | bin/doctor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/doctor.rb b/bin/doctor.rb index fbb8716..186b7e6 100755 --- a/bin/doctor.rb +++ b/bin/doctor.rb @@ -47,7 +47,7 @@ end puts '0. Checking on binaries needed for the system.' pending = [] -%w[git curl emacs vim mise go cargo ruby rg].each do |bin| +%w[git curl emacs vim mise go cargo ruby rg mbsync parallel notify-send].each do |bin| pending << bin unless has?(executable: bin) end |
