Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 260 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 260 Bytes

Academic Homepage

Installation

brew install rbenv ruby-build imagemagick
echo 'eval "$(rbenv init - zsh)"' >> ~/.zshrc
omz reload
rbenv install 3.1.2
rbenv global 3.1.2
omz reload
gem install bundler
bundle install
bundle exec jekyll serve