From 9877b248dc3e859da84b9d0cd37dc0b5b2650887 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Tue, 28 Jan 2020 21:28:56 +0100 Subject: [PATCH] Update documentation --- dotfiles/index.org | 27 +++++++++++++++++++++++++-- dotfiles/install.org | 2 +- 2 files changed, 26 insertions(+), 3 deletions(-) diff --git a/dotfiles/index.org b/dotfiles/index.org index 4193445..2a805fe 100644 --- a/dotfiles/index.org +++ b/dotfiles/index.org @@ -199,7 +199,17 @@ https://github.com/tmux/tmux * Fonts ** Installation #+begin_src bash - yay -S ttf-inconsolata nerd-fonts-complete ttf-linux-libertine ttf-emojione + yay -S nerd-fonts-complete +#+end_src + +or just +#+begin_src bash + yay -S nerd-fonts-hack +#+end_src + + +#+begin_src bash + yay -S ttf-inconsolata ttf-linux-libertine ttf-emojione #+end_src ** Default fonts @@ -283,6 +293,9 @@ Edit the following file =~/.gnupg/gpg-agent.conf= * Launcher - Rofi https://github.com/DaveDavenport/rofi +Alternative: +- =dmenu= is sometimes used + ** Installation #+begin_src bash yay -S rofi @@ -388,6 +401,12 @@ Integrate pass in other programs is usually very easy, here are few examples: - =~/.mbsyncrc= - =PassCmd "pass email/dehaeze.thomas@gmail.com"= +** Alternative - Bitwarden +Bitwarden https://github.com/bitwarden/cli +#+begin_src bash + yay -Ss bitwarden-bin bitwarden-cli-bin +#+end_src + * Bookmark Manager: Buku https://github.com/jarun/Buku @@ -560,7 +579,7 @@ https://github.com/mopidy/mopidy https://medium.com/@theos.space/using-mopidy-with-spotify-and-ncmpcpp-44352f4a2ce8 #+begin_src bash - yay -S mopidy mopidy-spotify + yay -S mopidy mopidy-spotify mopidy-mpd #+end_src To update local files: @@ -1592,6 +1611,10 @@ https://github.com/naelstrof/maim #+end_src +** Trash +=trash-cli= is used to manage the trash. +It is integrated with Ranger. + * Usefull commands ** Find files or directories - https://github.com/sharkdp/fd diff --git a/dotfiles/install.org b/dotfiles/install.org index ef92fdb..747b1a3 100644 --- a/dotfiles/install.org +++ b/dotfiles/install.org @@ -48,7 +48,7 @@ arduino-mk - Makefile for Arduino sketches | =tree= | Display directories as trees (with optional color/HTML output) | | =p7zip= | 7-Zip (high compression file archiver) implementation | | =unrar= | Extract, view, and test RAR archives | -| =atool= | script for managing file archives of various types | +| =atool= =zip= | script for managing file archives of various types | * File Downloader wget - Internet file retriever