Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/pete911/commands


https://github.com/pete911/commands

commands kubectl kubernetes networking

Last synced: 13 days ago
JSON representation

Lists

README

        

# commands
- [filesystem](filesystem/README.md)
- [networking](networking/README.md)
- [dns](dns/README.md)
- [kube](kube/README.md)
- [helm](helm/README.md)
- [vim](vim/README.md)
- [awk](awk/README.md)
- [git](git/README.md)
- [aws](aws/README.md)
- [python](python/README.md)

# remap keyboard (mac)
- [remap-keyboard](remap-keyboard/README.md)

# keybindings

- [readline](readline/README.md)

# config

- [vimrc](vim/.vimrc)
- [.ssh](ssh/README.md)

# packages

## brew
```
brew install \
arduino \
awscli \
curl \
git \
go \
google-cloud-sdk \
gpg \
goreleaser \
helm \
iterm2 \
jq \
keepassx \
kubectl \
kustomize \
minikube \
nmap \
operator-sdk \
spotify \
tree \
vim \
watch \
wget \
whatsapp \
yamllint \
yq \
zsh
```

## brew cask
```
brew install --cask macvim wireshark
```

## go
```
go get -u golang.org/x/tools/...
```