chore: install fnm from git

main
sudo pacman -Syu 2024-06-13 19:01:47 +07:00
parent c029ac192d
commit ec4df521e0
2 changed files with 4 additions and 2 deletions

View File

@ -5,11 +5,12 @@ rustup update
cargo install --quiet --locked \ cargo install --quiet --locked \
fd-find bat git-delta eza sd tlrc \ fd-find bat git-delta eza sd tlrc \
difftastic vivid zellij zoxide \ difftastic vivid zellij zoxide \
fnm stylua taplo-cli \ stylua taplo-cli \
pokeget \ pokeget \
daktilo daktilo
cargo install --quiet --locked ripgrep --features 'pcre2' 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/astral-sh/rye rye
bat cache --build bat cache --build

View File

@ -3,9 +3,10 @@
cargo install --quiet --force --locked \ cargo install --quiet --force --locked \
fd-find bat git-delta eza sd tlrc \ fd-find bat git-delta eza sd tlrc \
difftastic vivid zellij zoxide \ difftastic vivid zellij zoxide \
fnm stylua taplo-cli \ stylua taplo-cli \
pokeget \ pokeget \
daktilo daktilo
cargo install --quiet --force --locked ripgrep --features 'pcre2' 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/astral-sh/rye rye