Skip to content

Commit

Permalink
feat(chezmoi): add sourcegraph package and installation options
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 4, 2023
1 parent b50fc61 commit 2dd198e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions chezmoi/.chezmoidata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,15 @@ packages:
- name: sourcery
pipx: true
scope: optional
- name: sourcegraph
script: true
script_cmd: curl -L https://sourcegraph.com/.api/src-cli/src_linux_amd64 -o ${HOME}/.local/bin/src && chmod +x ${HOME}/.local/bin/src
check_installed: command -v src &>/dev/null
scope: optional
- name: sourcegraph/src-cli/src-cli
brew: true
check_installed: command -v src &>/dev/null
scope: optional
- name: stow
apt: true
brew: true
Expand Down

0 comments on commit 2dd198e

Please sign in to comment.