Add install instructions for scoop emacs
This commit is contained in:
parent
e3d7b2662c
commit
3e733b88e7
1 changed files with 8 additions and 2 deletions
|
@ -268,10 +268,16 @@ choco install git emacs ripgrep fd llvm
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
#+begin_quote
|
#+begin_quote
|
||||||
Switch out choco for [[https://scoop.sh/][scoop]] and it should just work, except for Emacs; scoop has
|
Scoop is also a viable way of installing Emacs. However, because Emacs is a GUI
|
||||||
no emacs recipe. You'll need to use another method to install it.
|
application, it is relegated to the 'extras' Scoop bucket and that will need to
|
||||||
|
be enabled.
|
||||||
#+end_quote
|
#+end_quote
|
||||||
|
|
||||||
|
#+BEGIN_SRC sh
|
||||||
|
scoop enable extras
|
||||||
|
scoop install git emacs ripgrep fd llvm
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
You will need [[https://mywindowshub.com/how-to-edit-system-environment-variables-for-a-user-in-windows-10/][the ~HOME~ system variable]] set to =C:\Users\USERNAME\=, otherwise
|
You will need [[https://mywindowshub.com/how-to-edit-system-environment-variables-for-a-user-in-windows-10/][the ~HOME~ system variable]] set to =C:\Users\USERNAME\=, otherwise
|
||||||
Emacs will treat =C:\Users\USERNAME\AppData\Roaming= as your ~HOME~, which
|
Emacs will treat =C:\Users\USERNAME\AppData\Roaming= as your ~HOME~, which
|
||||||
causes issues.
|
causes issues.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue