2023-09-28 08:38:39 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2024-02-02 15:46:29 +00:00
|
|
|
cargo install --quiet --force --locked \
|
2024-04-02 03:30:11 +00:00
|
|
|
fd-find bat git-delta eza sd tlrc \
|
2024-04-01 02:54:57 +00:00
|
|
|
difftastic vivid zellij zoxide atuin gitui \
|
2023-09-28 08:38:39 +00:00
|
|
|
fnm stylua taplo-cli \
|
2024-02-13 17:54:25 +00:00
|
|
|
pfetch yazi-fm pokeget \
|
2023-10-25 03:32:12 +00:00
|
|
|
daktilo kbt
|
2024-01-16 14:50:48 +00:00
|
|
|
|
2024-02-02 15:46:29 +00:00
|
|
|
cargo install --quiet --force --locked ripgrep --features 'pcre2'
|