mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-11 19:45:25 +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
|
(specifications->manifest
|
||||||
'(
|
'(
|
||||||
|
"sshfs"
|
||||||
"tokei"
|
"tokei"
|
||||||
"jmtpfs"
|
"jmtpfs"
|
||||||
"unzip"
|
"unzip"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
(specifications->manifest
|
(specifications->manifest
|
||||||
'(
|
'(
|
||||||
|
"gource"
|
||||||
|
"mysql"
|
||||||
"git-lfs"
|
"git-lfs"
|
||||||
"sbcl"
|
"sbcl"
|
||||||
"make"
|
"make"
|
||||||
|
|
|
||||||
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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=""
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue