feat(*): update manifests

This commit is contained in:
Pavel Korytov 2021-10-24 21:35:14 +03:00
parent 710e838db4
commit 182125df06
4 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,6 @@
(specifications->manifest (specifications->manifest
'( '(
"sshfs"
"tokei" "tokei"
"jmtpfs" "jmtpfs"
"unzip" "unzip"

View file

@ -1,5 +1,7 @@
(specifications->manifest (specifications->manifest
'( '(
"gource"
"mysql"
"git-lfs" "git-lfs"
"sbcl" "sbcl"
"make" "make"

View file

@ -845,6 +845,7 @@ key_bindings:
| unzip | | | unzip | |
| jmtpfs | A tool to mount MTP devices (e.g. Android) | | jmtpfs | A tool to mount MTP devices (e.g. Android) |
| tokei | Count lines of code | | tokei | Count lines of code |
| sshfs | Mount stuff over SSH |
** ripgrep config ** ripgrep config
Occasionally I can't exclude certain files from ripgrep via the VCS settings, so here is a simple config to ignore certain files globally. Occasionally I can't exclude certain files from ripgrep via the VCS settings, so here is a simple config to ignore certain files globally.

View file

@ -2169,6 +2169,8 @@ This section generates manifests for various desktop software that I'm using.
| dev | make | | dev | make |
| dev | sbcl | | dev | sbcl |
| dev | git-lfs | | dev | git-lfs |
| dev | mysql |
| dev | gource |
** Manifests ** Manifests
#+NAME: packages #+NAME: packages
#+begin_src emacs-lisp :tangle no :var category="" #+begin_src emacs-lisp :tangle no :var category=""