# setup ruby with rbenv - git clone https://github.com/sstephenson/rbenv.git ~/.rbenv - git clone https://github.com/sstephenson/ruby-build.git ~/.rbenv/plugins/ruby-build - echo 'export PATH=$HOME/.rbenv/bin:$PATH' >> ~/.zshrc - echo 'eval "$(rbenv init - zsh)' >> ~/.zshrc - source ~/.zshrc - rbenv install 2.1.0 - rbenv global 2.1.0 # install slideshow and templates - gem install slideshow - slideshow install --all - cd ~/.slideshow/templates - git clone git://github.com/slideshow-s9/slideshow-shower.git