Skip to content

Commit 80036e9

Browse files
tweak brewfile
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent 00726b9 commit 80036e9

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

Brewfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ brew "automake"
1111
# Text processing scripting language
1212
brew "awk"
1313
# Use AWS IAM credentials to authenticate to Kubernetes
14-
brew "aws-iam-authenticator"
14+
# brew "aws-iam-authenticator"
1515
# Interpreted, interactive, object-oriented programming language
1616
1717
# Official Amazon AWS command-line interface
@@ -23,19 +23,19 @@ brew "fontconfig"
2323
# Generic library support script
2424
brew "libtool"
2525
# CloudFlare's PKI toolkit
26-
brew "cfssl"
26+
# brew "cfssl"
2727
# CLI for managing secrets through AWS SSM Parameter Store
2828
brew "chamber"
2929
# Testing and linting Helm charts
3030
brew "chart-testing"
3131
# Manage your dotfiles across multiple diverse machines, securely
32-
brew "chezmoi"
32+
# brew "chezmoi"
3333
# Test your configuration files using Open Policy Agent
3434
brew "conftest"
3535
# GNU File, Shell, and Text utilities
3636
brew "coreutils"
3737
# Tool for interacting with remote images and registries
38-
brew "crane"
38+
# brew "crane"
3939
# CLI and validation tools for Kubelet Container Runtime Interface (CRI)
4040
brew "cri-tools"
4141
# Get a file from an HTTP, HTTPS or FTP server
@@ -121,7 +121,7 @@ brew "mas"
121121
# Run a Kubernetes cluster locally
122122
brew "minikube"
123123
# Collection of tools that nobody wrote when UNIX was young
124-
brew "moreutils"
124+
# brew "moreutils"
125125
# Utility for managing network connections
126126
brew "netcat"
127127
# HTTP/2 C Library
@@ -147,7 +147,7 @@ brew "pipenv", link: false
147147
# Python version management
148148
brew "pyenv"
149149
# Build applications with serverless architectures
150-
brew "serverless"
150+
# brew "serverless"
151151
# Static analysis and lint tool, for (ba)sh scripts
152152
brew "shellcheck"
153153
# HTTP regression testing and benchmarking utility
@@ -179,7 +179,7 @@ brew "tmux"
179179
# Anonymizing overlay network for TCP
180180
brew "tor"
181181
# Vulnerability scanner for container images, file systems, and Git repos
182-
brew "trivy"
182+
# brew "trivy"
183183
# Executes a program periodically, showing output fullscreen
184184
brew "watch"
185185
# Internet file retriever

shell/bashrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ export NVM_DIR="$HOME/.nvm"
4040
if [ ! -t 0 ]; then
4141
exec 1>&3 2>&4 3>&- 4>&-
4242
fi
43+
44+
### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
45+
export PATH="/Users/ik/.rd/bin:$PATH"
46+
### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)

shell/profile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi
1515
export PATH="$PATH:$HOME/.rvm/bin:$(go env GOPATH)/bin"
1616
# shellcheck source=/dev/null
1717
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
18+
19+
### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
20+
export PATH="/Users/ik/.rd/bin:$PATH"
21+
### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)

zsh/zshrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,9 @@ fi
2020
[[ -f ${HOME}/.zsh/settings/bootstrap.zsh ]] && source ${HOME}/.zsh/settings/bootstrap.zsh
2121

2222
clear # clear the terminal in initialization from any initialization prints
23+
24+
### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
25+
export PATH="/Users/ik/.rd/bin:$PATH"
26+
### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)
27+
28+
[[ -s "/Users/ik/.gvm/scripts/gvm" ]] && source "/Users/ik/.gvm/scripts/gvm"

0 commit comments

Comments
 (0)