Skip to content

Commit

Permalink
Download kubecolor from the new repository
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Dec 20, 2023
1 parent c3e0e40 commit 4a3d7b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.shellcheck": true
"source.fixAll.shellcheck": "explicit"
},
// Disable ShellCheck from Bash IDE as we use VS Code ShellCheck
"bashIde.shellcheckPath": "",
Expand Down
4 changes: 2 additions & 2 deletions home/.chezmoiexternal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
{{ if not .is_devcontainer -}}
".local/bin/kubecolor":
type: archive-file
{{ $kubecolorVersion := includeTemplate "get-github-latest-version" (list "hidetatz/kubecolor" $cache) }}
url: "https://github.com/hidetatz/kubecolor/releases/download/v{{ $kubecolorVersion }}/kubecolor_{{ $kubecolorVersion }}_Linux_{{ .uname_arch }}.tar.gz"
{{ $kubecolorVersion := includeTemplate "get-github-latest-version" (list "kubecolor/kubecolor" $cache) }}
url: "https://github.com/kubecolor/kubecolor/releases/download/v{{ $kubecolorVersion }}/kubecolor_{{ $kubecolorVersion }}_linux_{{ .chezmoi.arch }}.tar.gz"
path: kubecolor

".local/bin/kubectx":
Expand Down

0 comments on commit 4a3d7b6

Please sign in to comment.