krewfile needs kubectl on a system level, not just imported in my shells.
This commit is contained in:
parent
8af6904499
commit
45dd700d6a
2 changed files with 5 additions and 1 deletions
|
@ -42,10 +42,12 @@ with config;
|
||||||
unstable.telegram-desktop
|
unstable.telegram-desktop
|
||||||
unstable.tidal-hifi
|
unstable.tidal-hifi
|
||||||
vlc
|
vlc
|
||||||
|
|
||||||
# cli
|
# cli
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
|
||||||
# dev utils
|
# dev utils
|
||||||
|
kubectl
|
||||||
minio-client # S3 management
|
minio-client # S3 management
|
||||||
pre-commit # Pre-commit tasks for git
|
pre-commit # Pre-commit tasks for git
|
||||||
shellcheck # shell script linting
|
shellcheck # shell script linting
|
||||||
|
|
|
@ -47,10 +47,12 @@ in
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# Krew
|
||||||
|
set -q KREW_ROOT; and set -gx PATH $PATH $KREW_ROOT/.krew/bin; or set -gx PATH $PATH $HOME/.krew/bin
|
||||||
|
|
||||||
# Paths are in reverse priority order
|
# Paths are in reverse priority order
|
||||||
update_path /opt/homebrew/opt/postgresql@16/bin
|
update_path /opt/homebrew/opt/postgresql@16/bin
|
||||||
update_path /opt/homebrew/bin
|
update_path /opt/homebrew/bin
|
||||||
update_path ${homeDirectory}/.krew/bin
|
|
||||||
update_path /nix/var/nix/profiles/default/bin
|
update_path /nix/var/nix/profiles/default/bin
|
||||||
update_path /run/current-system/sw/bin
|
update_path /run/current-system/sw/bin
|
||||||
update_path /etc/profiles/per-user/${username}/bin
|
update_path /etc/profiles/per-user/${username}/bin
|
||||||
|
|
Loading…
Reference in a new issue