nix-config/extras/README.md
Donovan Glover 21814cda7f
docs: Add READMEs for bspwm and extras
Now that all the READMEs have been added, all that's left is to polish
them as time goes on. It may be useful to add images to each of the
package directories to show visually what each contain.
2018-10-23 22:19:36 -04:00

36 lines
1.2 KiB
Markdown

# Extras
Some other programs I use that have dotfiles.
## Dependencies
- [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
- [youtube-dl][youtube-dl] - A program that can download online videos
- [ranger][range] - 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
## Installation
```sh
make package=extras
```
## Usage
Use these programs like you normally would, and the settings will be automatically applied.
[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/
[ncmpcpp]: https://www.archlinux.org/packages/community/x86_64/ncmpcpp/
[youtube-dl]: https://www.archlinux.org/packages/community/any/youtube-dl/
[ranger]: https://www.archlinux.org/packages/community/any/ranger/
[rtv]: https://aur.archlinux.org/packages/rtv
[yay]: https://aur.archlinux.org/packages/yay
[mpv]: https://www.archlinux.org/packages/community/x86_64/mpv/