2023-09-28 08:38:39 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
2024-07-26 16:28:23 +00:00
|
|
|
cargo install --force \
|
2024-04-02 03:30:11 +00:00
|
|
|
fd-find bat git-delta eza sd tlrc \
|
2024-06-13 09:48:02 +00:00
|
|
|
difftastic vivid zellij zoxide \
|
2024-07-18 06:06:26 +00:00
|
|
|
stylua typos-cli \
|
2024-04-28 18:25:37 +00:00
|
|
|
pokeget \
|
2024-04-06 17:02:22 +00:00
|
|
|
daktilo
|
2024-01-16 14:50:48 +00:00
|
|
|
|
2024-07-26 16:28:23 +00:00
|
|
|
cargo install --force --git https://github.com/BurntSushi/ripgrep ripgrep --features 'pcre2'
|
|
|
|
cargo install --force --git https://github.com/Schniz/fnm fnm
|
|
|
|
cargo install --force --git https://github.com/astral-sh/rye rye
|
|
|
|
cargo install --force --git https://github.com/tamasfe/taplo taplo-cli
|