Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 947 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 947 Bytes

ayu-dark.pry-theme

A pry theme in ayu-vim style!

Screenshots

Before (default)

default

After (ayu-dark)

ayu-dark

Installation

One Command Shot (Recommend)

  1. curl -fsSL https://github.com/david942j/ayu-dark.pry-theme/raw/master/install.sh | bash
  2. pry and enjoy!

Note: pry -e 'pry-theme current --colors' to see the difference!

Manual Method

  1. Install gem pry-theme:
    • gem install pry-theme (add sudo if needed)
  2. wget https://github.com/david942j/ayu-dark.pry-theme/raw/master/ayu-dark.prytheme.rb -O ~/.pry/themes/ayu-dark.prytheme.rb
  3. echo -e "Pry.config.theme = 'ayu-dark'\nPry.config.theme_options = { paint_key_as_symbol: true }" >> ~/.pryrc
  4. pry and enjoy!