add fzf to configured tools
This commit is contained in:
parent
1a9854427f
commit
ca6ed0952f
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
|
|
||||||
tool: &default
|
tool: &default
|
||||||
asset: x86_64-unknown-linux-gnu
|
asset: x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
# environment
|
# environment
|
||||||
sheldon:
|
sheldon:
|
||||||
user: rossmacarthur
|
user: rossmacarthur
|
||||||
|
|
||||||
starship:
|
starship:
|
||||||
user: starship
|
user: starship
|
||||||
asset: starship-x86_64-unknown-linux-gnu.tar.gz
|
asset: starship-x86_64-unknown-linux-gnu.tar.gz
|
||||||
|
@ -30,6 +30,8 @@ gum:
|
||||||
user: charmbracelet
|
user: charmbracelet
|
||||||
asset: linux_x86_64.tar.gz
|
asset: linux_x86_64.tar.gz
|
||||||
custom_flags: "--asset ^.sbom"
|
custom_flags: "--asset ^.sbom"
|
||||||
|
fzf:
|
||||||
|
user: junegunn
|
||||||
|
|
||||||
# system monitoring
|
# system monitoring
|
||||||
bottom:
|
bottom:
|
||||||
|
@ -40,7 +42,6 @@ bottom:
|
||||||
btop:
|
btop:
|
||||||
user: aristocratos
|
user: aristocratos
|
||||||
|
|
||||||
|
|
||||||
# git
|
# git
|
||||||
lazygit:
|
lazygit:
|
||||||
user: jesseduffield
|
user: jesseduffield
|
||||||
|
@ -81,4 +82,3 @@ gdu:
|
||||||
asset: gdu_linux_amd64.tgz
|
asset: gdu_linux_amd64.tgz
|
||||||
lf:
|
lf:
|
||||||
user: gokcehan
|
user: gokcehan
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue