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

Commit

Permalink
Add rbenv
Browse files Browse the repository at this point in the history
  • Loading branch information
ziwon committed May 14, 2019
1 parent 4c6a467 commit 7b8d3d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ tap 'homebrew/cask'
tap 'homebrew/bundle'
tap 'homebrew/cask-fonts'
tap 'homebrew/services'
tap 'caskroom/cask'
tap 'caskroom/versions'
tap 'neovim/neovim'
tap 'linuxkit/linuxkit'
tap 'garethr/kubeval'
Expand Down Expand Up @@ -56,6 +54,8 @@ brew 'nmap'
brew 'neovim'
brew 'pyenv'
brew 'pyenv-virtualenv'
brew 'postgresql'
brew 'rbenv'
brew 'rsync'
brew 'readline'
brew 'reattach-to-user-namespace'
Expand Down
3 changes: 3 additions & 0 deletions zsh/.extra.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ command -v goenv &> /dev/null && eval "$(goenv init -)"

# Setup direnv
eval "$(direnv hook zsh)"

# Setup rbenv
eval "$(rbenv init -)"

0 comments on commit 7b8d3d2

Please sign in to comment.