Skip to content

Instantly share code, notes, and snippets.

@pertrai1
Forked from KyleJamesWalker/Ranger.md
Last active October 11, 2015 19:09
Show Gist options
  • Save pertrai1/10dfb0e4e7a0656c7892 to your computer and use it in GitHub Desktop.
Save pertrai1/10dfb0e4e7a0656c7892 to your computer and use it in GitHub Desktop.

Ranger mac setup:

  • brew install ranger
  • ranger --copy-config=all
  • vim ~/.config/ranger/rc.conf
    • preview_image false --> true

Other Tools:

  • brew install w3m
  • brew install lynx
  • brew install highlight
  • brew install atool
  • brew install mediainfo
  • pdftotext get with brew install xpdf
  • img2txt get with 'brew install libcaca imlib2` Note This will only work for bmp files with brew build...
@snazzybunny
Copy link

Nice config. Did you manage to get ranger to work with tmux? Also, are you using w3m to show images in ranger or are you using iterm2's image viewer? Thanks! I had to to use the iterm2 image viewer which doesnt seem to work in tmux and I cannot seem to get w3m to show any images.

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