blob: 5cd8a21197f3b42dd4036cd57cea9586606424b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# dotfiles [](https://travis-ci.com/cacharle/dotfiles)
## Installation
Make sure to backup your current configuration files, they will be overwritten.
```
$ git clone --recursive git://git.cacharle.xyz/dotfiles
$ cd dotfiles
$ ./install
```
## Tools I use
| Name | Link | Description |
|-------------|------------------------------------|---------------------------------|
| vim | https://github.com/vim/vim | Terminal text editor |
| zsh | https://www.zsh.org/ | Interactive shell |
| xmonad | https://xmonad.org | Window manager |
| qutebrowser | https://www.qutebrowser.org | Vim like browser |
| mutt | http://www.mutt.org/ | Email client |
| newsboat | https://newsboat.org/ | RSS feed reader |
| zathura | https://pwmt.org/projects/zathura/ | PDF viewer with vim keybindings |
| sxiv | https://github.com/muennich/sxiv | Simple image viewer |
| mpv | https://mpv.io/ | Simple video player |
| moc | https://moc.daper.net/ | Music player |
| redshift | http://jonls.dk/redshift/ | Change screen color temperature |
## Credit
* mpv script youtube quality - <https://github.com/jgreco/mpv-youtube-quality>
|