-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: improve cargo install, remove --locked
- Loading branch information
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
#!/usr/bin/env bash | ||
|
||
cargo install --quiet --force --locked \ | ||
cargo install --force \ | ||
fd-find bat git-delta eza sd tlrc \ | ||
difftastic vivid zellij zoxide \ | ||
stylua typos-cli \ | ||
pokeget \ | ||
daktilo | ||
|
||
cargo install --quiet --force --locked ripgrep --features 'pcre2' | ||
cargo install --quiet --force --git https://github.com/Schniz/fnm fnm | ||
cargo install --quiet --force --git https://github.com/astral-sh/rye rye | ||
cargo install --quiet --force --git https://github.com/tamasfe/taplo taplo-cli | ||
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 |