Joined January 2013
·
Posted to
Install RMagick 2.12.2 on Yosemite
over 1 year
ago
rmagick has been adopted by new maintainers. The current repository is:
https://github.com/gemhome/rmagick
Any contributions are very welcome :D
Posted to
High-Value Shell Aliasing
over 1 year
ago
My favorite aliases:
alias s='git status'
alias m='git diff' # (m)odifications
alias ds='git diff --staged'
alias a='git add --patch'
alias c='git commit'
alias bb='git branch'
alias co='git checkout'
alias um='git checkout master && git fetch --prune && git pull' # update master
alias rom='git checkout master && git pull && git checkout - && git rebase -i --autosquash master' # rebase onto master
alias b='bundle exec'
Posted to
Switch to your favorite shell in Vagrant
over 1 year
ago
On Ubuntu, it's usually /usr/bin/zsh
Achievements
87 Karma
0 Total ProTip Views

24PullRequests Participant
Sent at least one pull request during the first 24 days of December 2014

Kona
Have at least one original repo where CoffeeScript is the dominant language

Forked
Have a project valued enough to be forked by someone else

Charity
Fork and commit to someone's open source project in need

Nephila Komaci
Have at least one original repos where PHP is the dominant language

Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos

Mongoose 3
Have at least three original repos where Ruby is the dominant language

Mongoose
Have at least one original repo where Ruby is the dominant language

Raven
Have at least one original repo where some form of shell script is the dominant language
Also, rmagick 2.13.3 installs on Yosemite without problems :)