mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
[:completion ivy] Call pacman
in the normal way
`--needed` and `--noconfirm` are fine, but are usual to use when installing a single package.
This commit is contained in:
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
* Description
|
* Description
|
||||||
This module provides Ivy integration for a variety of Emacs commands, as well as
|
This module provides Ivy integration for a variety of Emacs commands, as well as
|
||||||
a unified interface for project search and replace, powered by ripgrep.
|
a unified interface for project search and replace, powered by [[https://github.com/BurntSushi/ripgrep/][ripgrep]].
|
||||||
|
|
||||||
#+begin_quote
|
#+begin_quote
|
||||||
I prefer ivy over ido for its flexibility. I prefer ivy over helm because it's
|
I prefer ivy over ido for its flexibility. I prefer ivy over helm because it's
|
||||||
@ -76,7 +76,7 @@ brew install ripgrep
|
|||||||
|
|
||||||
*** Arch Linux
|
*** Arch Linux
|
||||||
#+BEGIN_SRC sh :dir /sudo::
|
#+BEGIN_SRC sh :dir /sudo::
|
||||||
sudo pacman --needed --noconfirm -S ripgrep
|
sudo pacman -S ripgrep
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** openSUSE
|
*** openSUSE
|
||||||
|
Reference in New Issue
Block a user