Skip to content

Commit

Permalink
chore: install taplo-cli from git
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Jul 18, 2024
1 parent 71e9ec6 commit b2c5d15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion scripts/cargo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ rustup update
cargo install --quiet --locked \
fd-find bat git-delta eza sd tlrc \
difftastic vivid zellij zoxide \
stylua taplo-cli typos-cli \
stylua typos-cli \
pokeget \
daktilo

cargo install --quiet --locked ripgrep --features 'pcre2'
cargo install --quiet --git https://github.com/Schniz/fnm fnm
cargo install --quiet --git https://github.com/astral-sh/rye rye
cargo install --quiet --git https://github.com/tamasfe/taplo taplo-cli

bat cache --build

Expand Down
3 changes: 2 additions & 1 deletion scripts/cargo_force.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
cargo install --quiet --force --locked \
fd-find bat git-delta eza sd tlrc \
difftastic vivid zellij zoxide \
stylua taplo-cli typos-cli \
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

0 comments on commit b2c5d15

Please sign in to comment.