Skip to content

Commit 831dd93

Browse files
committed
add aliases and autocomplete to setup
1 parent 8e0c2c5 commit 831dd93

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

03-installation-and-setup/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,23 @@ devbox shell
2020

2121
from anywhere in the repo and devbox will use Nix package manager to install a copy of all of the required software in an isolated environment.
2222

23+
### Aliases
24+
25+
I suggest creating the following aliases:
26+
27+
```
28+
k=kubectl
29+
t=task
30+
tl='task --list-all'
31+
```
32+
33+
### Autocomplete:
34+
35+
Setting up tab completion for your shell of choice makes life much nicer:
36+
37+
- kubectl: https://kubernetes.io/docs/reference/kubectl/generated/kubectl_completion/
38+
- task: https://taskfile.dev/installation/#setup-completions
39+
2340
## Cluster Set Up
2441

2542
This directory contains configurations and commands for setting up 3 kubernetes clusters. Any of the 3 can be used for most of the examples, with a few exceptions.

0 commit comments

Comments
 (0)