mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(*): update manifests
This commit is contained in:
parent
710e838db4
commit
182125df06
4 changed files with 6 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
(specifications->manifest
|
||||
'(
|
||||
"sshfs"
|
||||
"tokei"
|
||||
"jmtpfs"
|
||||
"unzip"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
(specifications->manifest
|
||||
'(
|
||||
"gource"
|
||||
"mysql"
|
||||
"git-lfs"
|
||||
"sbcl"
|
||||
"make"
|
||||
|
|
|
|||
|
|
@ -845,6 +845,7 @@ key_bindings:
|
|||
| unzip | |
|
||||
| jmtpfs | A tool to mount MTP devices (e.g. Android) |
|
||||
| tokei | Count lines of code |
|
||||
| sshfs | Mount stuff over SSH |
|
||||
|
||||
** 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.
|
||||
|
|
|
|||
|
|
@ -2169,6 +2169,8 @@ This section generates manifests for various desktop software that I'm using.
|
|||
| dev | make |
|
||||
| dev | sbcl |
|
||||
| dev | git-lfs |
|
||||
| dev | mysql |
|
||||
| dev | gource |
|
||||
** Manifests
|
||||
#+NAME: packages
|
||||
#+begin_src emacs-lisp :tangle no :var category=""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue