blob: 31078e939f4990148f57f6083758006d4590c4ce (
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
32
33
34
35
36
37
38
39
40
41
42
43
|
# 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>
## TODO
- [ ] atuin - <https://github.com/atuinsh/atuin?tab=readme-ov-file>
- [ ] difftastic - <https://github.com/Wilfred/difftastic?tab=readme-ov-file#can-i-use-difftastic-with-git>
- [x] yazi - <https://github.com/sxyazi/yazi>
<https://yazi-rs.github.io/docs/tips>
- [x] image preview with ueberzug++
- [x] drag and drop with dragon
- [ ] make default file opener https://github.com/GermainZ/xdg-desktop-portal-termfilechooser
- [ ] add nvim shortcut to open yazi in current directory and in the git root
- [ ] zoxide - <https://github.com/ajeetdsouza/zoxide?tab=readme-ov-file>
|