mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2025-01-22 08:04:18 +00:00
Add fzf to package installs
This commit is contained in:
parent
ac5937f118
commit
85f0100095
@ -11,7 +11,7 @@ sudo_package_update
|
||||
# Shells
|
||||
packages="fish bash"
|
||||
# Common shell utils
|
||||
packages="$packages tmux htop curl wget pv jq mosh bash-completion ripgrep"
|
||||
packages="$packages tmux htop curl wget pv jq mosh bash-completion ripgrep fzf"
|
||||
# Development tools
|
||||
packages="$packages neovim vim tig shellcheck"
|
||||
|
||||
|
@ -11,7 +11,7 @@ sudo_package_update
|
||||
# Shells
|
||||
packages="fish bash"
|
||||
# Common shell utils
|
||||
packages="$packages tmux htop curl wget pv jq mosh bash-completion ripgrep pipx"
|
||||
packages="$packages tmux htop curl wget pv jq mosh bash-completion ripgrep pipx fzf"
|
||||
# Development tools
|
||||
packages="$packages make neovim tig doxygen shellcheck ctags py3-pynvim yamllint black"
|
||||
|
||||
|
@ -7,7 +7,7 @@ sudo_package_update
|
||||
# that I wish to bootstrap. If not a dev environment, I can trim out some of this.
|
||||
|
||||
# Packages that are pretty much the same treatment or names in all systems
|
||||
packages="tmux htop curl wget ctags git tig pv jq fish mosh bash-completion neovim ripgrep"
|
||||
packages="tmux htop curl wget ctags git tig pv jq fish mosh bash-completion neovim ripgrep fzf"
|
||||
|
||||
# Manager specific packages
|
||||
case "$PACKAGE_MANAGER" in
|
||||
|
Loading…
x
Reference in New Issue
Block a user