Skip to content

david942j/ayu-dark.pry-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Let your pry look much better!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published