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: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pete911/commands
- Owner: pete911
- Created: 2020-01-21T21:17:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-16T10:38:18.000Z (4 months ago)
- Last Synced: 2024-08-07T23:38:50.590Z (3 months ago)
- Topics: commands, kubectl, kubernetes, networking
- Language: Vim Script
- Size: 76.2 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# commands
- [filesystem](filesystem/README.md)
- [networking](networking/README.md)
- [dns](dns/README.md)
- [docker](docker/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/...
```