Skip to content

Instantly share code, notes, and snippets.

@ivan-leschinsky
Created October 9, 2017 11:40
Show Gist options
  • Select an option

  • Save ivan-leschinsky/d811808718d132d72fcf053cdc33de64 to your computer and use it in GitHub Desktop.

Select an option

Save ivan-leschinsky/d811808718d132d72fcf053cdc33de64 to your computer and use it in GitHub Desktop.
Use alfred ruby worflows on High Sierra
# Use system ruby and install some gems there
# if you're using RVM:
rvm use system && sudo gem install alfred-workflow mixlib-shellout
# if you're using chruby
chruby system
sudo gem install alfred-workflow mixlib-shellout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment