Joined January 2013
·

Ilya Vassilevsky

Ruby / CoffeeScript developer at Funbox
·
Ulyanovsk, Russia
·
·
·

Posted to Install RMagick 2.12.2 on Yosemite over 1 year ago

Also, rmagick 2.13.3 installs on Yosemite without problems :)

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'

On Ubuntu, it's usually /usr/bin/zsh

Achievements
87 Karma
0 Total ProTip Views
Interests & Skills