Update documentation
This commit is contained in:
parent
7e42b25b65
commit
9877b248dc
@ -199,7 +199,17 @@ https://github.com/tmux/tmux
|
|||||||
* Fonts
|
* Fonts
|
||||||
** Installation
|
** Installation
|
||||||
#+begin_src bash
|
#+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
|
#+end_src
|
||||||
|
|
||||||
** Default fonts
|
** Default fonts
|
||||||
@ -283,6 +293,9 @@ Edit the following file =~/.gnupg/gpg-agent.conf=
|
|||||||
* Launcher - Rofi
|
* Launcher - Rofi
|
||||||
https://github.com/DaveDavenport/rofi
|
https://github.com/DaveDavenport/rofi
|
||||||
|
|
||||||
|
Alternative:
|
||||||
|
- =dmenu= is sometimes used
|
||||||
|
|
||||||
** Installation
|
** Installation
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
yay -S rofi
|
yay -S rofi
|
||||||
@ -388,6 +401,12 @@ Integrate pass in other programs is usually very easy, here are few examples:
|
|||||||
- =~/.mbsyncrc=
|
- =~/.mbsyncrc=
|
||||||
- =PassCmd "pass email/dehaeze.thomas@gmail.com"=
|
- =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
|
* Bookmark Manager: Buku
|
||||||
https://github.com/jarun/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
|
https://medium.com/@theos.space/using-mopidy-with-spotify-and-ncmpcpp-44352f4a2ce8
|
||||||
|
|
||||||
#+begin_src bash
|
#+begin_src bash
|
||||||
yay -S mopidy mopidy-spotify
|
yay -S mopidy mopidy-spotify mopidy-mpd
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
To update local files:
|
To update local files:
|
||||||
@ -1592,6 +1611,10 @@ https://github.com/naelstrof/maim
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
|
** Trash
|
||||||
|
=trash-cli= is used to manage the trash.
|
||||||
|
It is integrated with Ranger.
|
||||||
|
|
||||||
* Usefull commands
|
* Usefull commands
|
||||||
** Find files or directories
|
** Find files or directories
|
||||||
- https://github.com/sharkdp/fd
|
- https://github.com/sharkdp/fd
|
||||||
|
@ -48,7 +48,7 @@ arduino-mk - Makefile for Arduino sketches
|
|||||||
| =tree= | Display directories as trees (with optional color/HTML output) |
|
| =tree= | Display directories as trees (with optional color/HTML output) |
|
||||||
| =p7zip= | 7-Zip (high compression file archiver) implementation |
|
| =p7zip= | 7-Zip (high compression file archiver) implementation |
|
||||||
| =unrar= | Extract, view, and test RAR archives |
|
| =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
|
* File Downloader
|
||||||
wget - Internet file retriever
|
wget - Internet file retriever
|
||||||
|
Loading…
Reference in New Issue
Block a user