Skip to content

Commit

Permalink
fix(install): install 'fzf' with scoop for windows (#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed May 9, 2024
1 parent 711eee7 commit 9a16d2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ function CoreDependency()
Install -command "scoop install ripgrep" -target "rg"
Install -command "scoop install bat" -target "bat"
Install -command "scoop install eza" -target "eza"

# fzf
Install -command "scoop install fzf" -target "fzf"
}

function RustDependency()
Expand Down

0 comments on commit 9a16d2a

Please sign in to comment.