Skip to content

Commit

Permalink
Only install commands when it is not already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmorganson committed Nov 2, 2023
1 parent b5066ea commit e70a0ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .chezmoiscripts/run_once_02_install_pkgx_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ set -eu

# Install pkgx plugins
command -v "chezmoi" >/dev/null 2>&1 || pkgx install chezmoi.io~2.34
pkgx install cli.github.com^2.26
command -v "gh" >/dev/null 2>&1 || pkgx install cli.github.com^2.26
pkgx install crates.io/git-delta^0.15
pkgx install crates.io/gitui@latest
pkgx install crates.io/ripgrep@latest
pkgx install crates.io/vivid^0.9
pkgx install crates.io/zellij~0.38
pkgx install git-scm.org^2.40
command -v "git" >/dev/null 2>&1 || pkgx install git-scm.org^2.40
pkgx install github.com/junegunn/fzf@latest
pkgx install github.com/peltoche/lsd^1
pkgx install helix-editor.com~23.10
Expand Down

0 comments on commit e70a0ee

Please sign in to comment.