{
"git" => {
"macOS" => "brew install git",
"Ubuntu/Debian" => "apt install git",
"Other" => "https://git-scm.com/downloads"
},
"fzf" => {
"macOS" => "brew install fzf",
"Ubuntu/Debian" => "apt install fzf",
"Other" => "https://github.com/junegunn/fzf#installation"
},
"bat" => {
"macOS" => "brew install bat",
"Ubuntu/Debian" => "apt install bat",
"Other" => "https://github.com/sharkdp/bat#installation"
},
"fd" => {
"macOS" => "brew install fd",
"Ubuntu/Debian" => "apt install fd-find",
"Other" => "https://github.com/sharkdp/fd#installation"
}
}.freeze