Skip to content

Instantly share code, notes, and snippets.

@marcomontes
Last active June 1, 2020 19:49
Show Gist options
  • Select an option

  • Save marcomontes/a13cf9e08e5416baeac1ab3b6ac3eccb to your computer and use it in GitHub Desktop.

Select an option

Save marcomontes/a13cf9e08e5416baeac1ab3b6ac3eccb to your computer and use it in GitHub Desktop.

Revisions

  1. marcomontes renamed this gist Jun 1, 2020. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions gistfile1.txt → OSX - Oh My ZSH! + RBENV.txt
    Original file line number Diff line number Diff line change
    @@ -9,3 +9,6 @@ echo 'export GEM_HOME=$HOME/gems' >> ~/.zshrc
    echo 'export PATH=$HOME/gems/bin:$PATH' >> ~/.zshrc
    source ~/.zshrc


    export PATH="$HOME/.rbenv/bin:$PATH"
    eval "$(rbenv init -)"
  2. marcomontes created this gist May 28, 2020.
    11 changes: 11 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    # Oh My ZSH!

    sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

    brew update && brew install rbenv ruby-build

    echo '# Install Ruby Gems to ~/gems' >> ~/.zshrc
    echo 'export GEM_HOME=$HOME/gems' >> ~/.zshrc
    echo 'export PATH=$HOME/gems/bin:$PATH' >> ~/.zshrc
    source ~/.zshrc