Skip to content
This repository has been archived by the owner on Feb 1, 2021. It is now read-only.

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ziwon committed Jan 25, 2019
1 parent 0a7e371 commit e3f4b91
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
10 changes: 7 additions & 3 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ tap 'homebrew/services'
tap 'caskroom/cask'
tap 'caskroom/versions'
tap 'neovim/neovim'
tap 'linuxkit/linuxkit'
tap 'garethr/kubeval'
tap 'universal-ctags/universal-ctags'

# Binaries
Expand Down Expand Up @@ -40,15 +42,17 @@ brew 'htop'
brew 'httpie'
brew 'hugo'
brew 'kafkacat'
brew 'kubeval'
brew 'iftop'
brew 'jq'
brew 'kubernetes-helm'
brew 'node'
brew 'nmap'
brew 'neovim'
brew 'linuxkit', args: ['HEAD']
brew 'make'
brew 'mas'
brew 'moreutils'
brew 'node'
brew 'nmap'
brew 'neovim'
brew 'pyenv'
brew 'pyenv-virtualenv'
brew 'rsync'
Expand Down
1 change: 0 additions & 1 deletion bash/.exports
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@ export GOPATH="$HOME/Workspace/Golang"
export GOBIN="$GOPATH/bin"
export PATH="$GOBIN/bin:$PATH"


# k8s dind cluster
export PATH="$HOME/.kubeadm-dind-cluster:$PATH"
2 changes: 1 addition & 1 deletion zsh/.exports.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ export GOBIN="$GOPATH/bin"
export PATH="$GOBIN:$PATH"

# k8s dind cluster
export PATH="$HOME/.kubeadm-dind-cluster:$PATH"
export PATH="$HOME/.kubeadm-dind-cluster:$PATH"

0 comments on commit e3f4b91

Please sign in to comment.