Files
dotfiles/bin/lists/cargo.sh

13 lines
137 B
Bash
Executable File

#!/usr/bin/env zsh
cargo_packages=(
"exa"
"lsd"
"bat"
"starship"
"ripgrep"
"fd-find"
"procs"
"bottom"
)