13 lines
137 B
Bash
Executable File
13 lines
137 B
Bash
Executable File
#!/usr/bin/env zsh
|
|
|
|
cargo_packages=(
|
|
"exa"
|
|
"lsd"
|
|
"bat"
|
|
"starship"
|
|
"ripgrep"
|
|
"fd-find"
|
|
"procs"
|
|
"bottom"
|
|
)
|