forked from extern/nix-config
36 lines
1.2 KiB
Markdown
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/
|