added: fzf, mbsync/isync
This commit is contained in:
parent
6fde67de92
commit
d423fd4b42
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue