From d77374397976c503b05f3b07f31c31e2ed37e646 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sat, 27 Oct 2018 15:44:57 -0400 Subject: [PATCH] docs: Fix some typos and missing instructions --- extras/README.md | 12 ++++++++++-- git/README.md | 2 ++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/extras/README.md b/extras/README.md index 03a55c6d..77d7e588 100644 --- a/extras/README.md +++ b/extras/README.md @@ -7,9 +7,9 @@ Some other programs I use that have dotfiles. - [httpie][httpie] - A friendly version of curl / wget - [feh][feh] - A GUI-less image viewer - [mpd][mpd] - The music player daemon -- [ncmpcpp][ncmpcppp] - A stylish music player client for the terminal +- [ncmpcpp][ncmpcpp] - A stylish music player client for the terminal - [youtube-dl][youtube-dl] - A program that can download online videos -- [ranger][range] - A file explorer with image preview support for the terminal +- [ranger][ranger] - A file explorer with image preview support for the terminal - [rtv][rtv] - A reddit browser for the terminal - [yay][yay] - An AUR helper for Arch Linux - [mpv][mpv] - A media player without the GUI @@ -24,6 +24,14 @@ make package=extras Use these programs like you normally would, and the settings will be automatically applied. +### Ranger + +In order to make image previews work with ranger, you must first copy the preview script. + +```sh +ranger --copy-config=scope +``` + [httpie]: https://www.archlinux.org/packages/community/any/httpie/ [feh]: https://www.archlinux.org/packages/extra/x86_64/feh/ [mpd]: https://www.archlinux.org/packages/extra/x86_64/mpd/ diff --git a/git/README.md b/git/README.md index ee5d9f44..6a980d0b 100644 --- a/git/README.md +++ b/git/README.md @@ -5,6 +5,7 @@ I use git as my main tool for distributed version control. ## Dependencies - [git][git] - The standard version control system +- [diff-so-fancy][diff-so-fancy] - An amazing git diff utility ## Installation @@ -24,3 +25,4 @@ Add a `.gituser` file to your `$HOME` with the following: ``` [git]: https://www.archlinux.org/packages/extra/x86_64/git/ +[diff-so-fancy]: https://www.archlinux.org/packages/community/any/diff-so-fancy/