Skip to content

Commit

Permalink
chore: install fnm from git
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Jun 13, 2024
1 parent c029ac1 commit ec4df52
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,11 +5,12 @@ rustup update
cargo install --quiet --locked \
fd-find bat git-delta eza sd tlrc \
difftastic vivid zellij zoxide \
fnm stylua taplo-cli \
stylua taplo-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

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,9 +3,10 @@
cargo install --quiet --force --locked \
fd-find bat git-delta eza sd tlrc \
difftastic vivid zellij zoxide \
fnm stylua taplo-cli \
stylua taplo-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

0 comments on commit ec4df52

Please sign in to comment.