A pry theme in ayu-vim style!
curl -fsSL https://github.com/david942j/ayu-dark.pry-theme/raw/master/install.sh | bash
pry
and enjoy!
Note: pry -e 'pry-theme current --colors'
to see the difference!
- Install gem
pry-theme
:gem install pry-theme
(add sudo if needed)
wget https://github.com/david942j/ayu-dark.pry-theme/raw/master/ayu-dark.prytheme.rb -O ~/.pry/themes/ayu-dark.prytheme.rb
echo -e "Pry.config.theme = 'ayu-dark'\nPry.config.theme_options = { paint_key_as_symbol: true }" >> ~/.pryrc
pry
and enjoy!