Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created July 10, 2017 20:58
Show Gist options
  • Save diegopacheco/6894deb0bae114f87d4c90fd26ce6d76 to your computer and use it in GitHub Desktop.
Save diegopacheco/6894deb0bae114f87d4c90fd26ce6d76 to your computer and use it in GitHub Desktop.
How to Install Ruby colorls on Ubuntu 17.4?
sudo apt install -y ruby ruby-dev ruby-colorize
sudo apt-get install -y libncurses5-dev libtinfo-dev
sudo gem install colorls
colorls -r
@diegopacheco
Copy link
Author

@jadia
Copy link

jadia commented Oct 28, 2018

Thank you! This worked with Ubuntu 18.04 too.

@md-siam
Copy link

md-siam commented Sep 2, 2020

Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment