this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

brew: +devcontainer

Seth Etter 8503ab02 b3abb422

+2
+1
Brewfile
··· 49 49 brew "docker" 50 50 brew "docker-compose" 51 51 brew "docker-buildx" 52 + brew "devcontainer" 52 53 tap "int128/kubelogin" 53 54 brew "int128/kubelogin/kubelogin" 54 55 tap "hashicorp/tap"
+1
zsh/zshenv
··· 14 14 alias tn="tmux new-session" 15 15 alias tml="tmux list-sessions" 16 16 alias dc="docker-compose" 17 + alias dvc="devcontainer" 17 18 alias dt="deno task" 18 19 alias tf="terraform" 19 20 alias k="kubectl"