Created
October 9, 2017 11:40
-
-
Save ivan-leschinsky/d811808718d132d72fcf053cdc33de64 to your computer and use it in GitHub Desktop.
Use alfred ruby worflows on High Sierra
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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