From 3add923d5e2869ba4bcf5baa4050b80181a43b36 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 24 Feb 2021 23:25:17 +0100 Subject: Updated downloads -> dl, Added README programs, Try to fix moc with XDG dirs --- README.md | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8daca94..d1ee98a 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,29 @@ ## Installation -1. Backup your current configuration files, they will be overwritten -2. `cd` in this repo -3. Run the `install` script +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 -* [vim](https://github.com/vim/vim) - terminal text editor -* [zsh](https://www.zsh.org/) - interactive shell -* [xmonad](https://xmonad.org) - window manager -* [redshift](http://jonls.dk/redshift/) - change screen color temperature -* [mutt](http://www.mutt.org/) - email client -* [newsboat](https://newsboat.org/) - RSS feed reader -* [moc](https://moc.daper.net/) - music player +| 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 | ## School 19 Config -- cgit