added: fzf, mbsync/isync

This commit is contained in:
Jason Tian 2024-03-22 09:11:36 +08:00
parent 6fde67de92
commit d423fd4b42

View file

@ -72,6 +72,10 @@
:linux-command "sudo pacman -S --noconfirm dovecot"
:message nil
:enabled t)
(fzf
:linux-command "sudo pacman -S --noconfirm fzf"
:message nil
:enabled t)
(grammarly-languageserver
:darwin-command "npm install -g @emacs-grammarly/grammarly-languageserver"
:linux-command "sudo npm install -g @emacs-grammarly/grammarly-languageserver"
@ -90,12 +94,16 @@
:windows-command "scoop install less"
:message nil
:enabled t)
(marksman
(marksman ; https://github.com/artempyanykh/marksman
:darwin-command "brew install marksman"
:linux-command "sudo pacman -S --noconfirm marksman"
;; :windows-command ""
:message nil
:enabled t)
(mbsync ; https://isync.sourceforge.io
:linux-command "sudo pacman -S --noconfirm isync"
:message nil
:enabled t)
(notmuch
:linux-command "sudo pacman -S --noconfirm notmuch"
:message nil