chore: improve cargo install, remove --locked
parent
359aeaae78
commit
1c74fb8004
|
@ -2,17 +2,17 @@
|
||||||
|
|
||||||
rustup update
|
rustup update
|
||||||
|
|
||||||
cargo install --quiet --locked \
|
cargo install \
|
||||||
fd-find bat git-delta eza sd tlrc \
|
fd-find bat git-delta eza sd tlrc \
|
||||||
difftastic vivid zellij zoxide \
|
difftastic vivid zellij zoxide \
|
||||||
stylua typos-cli \
|
stylua typos-cli \
|
||||||
pokeget \
|
pokeget \
|
||||||
daktilo
|
daktilo
|
||||||
|
|
||||||
cargo install --quiet --locked ripgrep --features 'pcre2'
|
cargo install --git https://github.com/BurntSushi/ripgrep ripgrep --features 'pcre2'
|
||||||
cargo install --quiet --git https://github.com/Schniz/fnm fnm
|
cargo install --git https://github.com/Schniz/fnm fnm
|
||||||
cargo install --quiet --git https://github.com/astral-sh/rye rye
|
cargo install --git https://github.com/astral-sh/rye rye
|
||||||
cargo install --quiet --git https://github.com/tamasfe/taplo taplo-cli
|
cargo install --git https://github.com/tamasfe/taplo taplo-cli
|
||||||
|
|
||||||
bat cache --build
|
bat cache --build
|
||||||
|
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
cargo install --quiet --force --locked \
|
cargo install --force \
|
||||||
fd-find bat git-delta eza sd tlrc \
|
fd-find bat git-delta eza sd tlrc \
|
||||||
difftastic vivid zellij zoxide \
|
difftastic vivid zellij zoxide \
|
||||||
stylua typos-cli \
|
stylua typos-cli \
|
||||||
pokeget \
|
pokeget \
|
||||||
daktilo
|
daktilo
|
||||||
|
|
||||||
cargo install --quiet --force --locked ripgrep --features 'pcre2'
|
cargo install --force --git https://github.com/BurntSushi/ripgrep ripgrep --features 'pcre2'
|
||||||
cargo install --quiet --force --git https://github.com/Schniz/fnm fnm
|
cargo install --force --git https://github.com/Schniz/fnm fnm
|
||||||
cargo install --quiet --force --git https://github.com/astral-sh/rye rye
|
cargo install --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/tamasfe/taplo taplo-cli
|
||||||
|
|
Loading…
Reference in New Issue