Skip to content

Commit f963750

Browse files
committed
feat(home): add some shell aliases and k8s utils
1 parent 435ee74 commit f963750

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

legacy/modules/home-manager/cli.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@
44
fd
55
htop
66
jq
7+
yq
78
ripgrep
89
pistol # For previews in lf
910
gnumake
1011
gopls
1112
devenv
13+
14+
kubectl
15+
talosctl
16+
flux
1217
];
1318
programs = {
1419
gh = {

modules/home/programs/cli/zsh.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
share = false;
4545
};
4646

47+
shellAliases = {
48+
"g" = "git";
49+
"k" = "kubectl";
50+
};
51+
4752
plugins = [
4853
{
4954
name = "zsh-vi-mode";

0 commit comments

Comments
 (0)