2020-09-30 21:58:40 +02:00
|
|
|
# Installing
|
|
|
|
|
|
|
|
## git
|
|
|
|
|
|
|
|
Go to the [git homepage](https://git-scm.com/) and install it.
|
|
|
|
|
|
|
|
## emacs
|
|
|
|
|
|
|
|
Go to the [emacs homepage](https://www.gnu.org/software/emacs/) and install it.
|
2020-10-01 16:28:25 +02:00
|
|
|
Add the `<location>\emacs\x86_84\bin` directory to your PATH in the environment variables.
|
|
|
|
|
|
|
|
### Shortcut
|
|
|
|
|
|
|
|
Create a shortcut to `<location>\emacs\x86_64\bin\runemacs.exe`
|
2020-10-02 15:15:08 +02:00
|
|
|
Edit the shortcut to execute in your home directory `C:\Users\<user>`
|
2020-10-01 16:28:25 +02:00
|
|
|
|
|
|
|
## HOME
|
|
|
|
|
|
|
|
Add the path to your home to the environment variables.
|
|
|
|
|
|
|
|
New variable -> HOME -> `C:\Users\<user>`
|
2020-09-30 21:58:40 +02:00
|
|
|
|
|
|
|
## doom-emacs
|
|
|
|
|
|
|
|
Open git bash
|
|
|
|
```bash
|
|
|
|
git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d
|
|
|
|
```
|
|
|
|
```bash
|
|
|
|
~/.emacs.d/bin/doom install
|
|
|
|
```
|
|
|
|
|
2020-10-01 16:28:25 +02:00
|
|
|
Add `C:\Users\<user>\.emacs.d\bin` to your PATH.
|
2020-09-30 21:58:40 +02:00
|
|
|
|
|
|
|
*Currently doesn't show emotes*
|
2020-10-01 16:29:17 +02:00
|
|
|
*Missing ripgrep and fd*
|