# 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. Add the `\emacs\x86_84\bin` directory to your PATH in the environment variables. ### Shortcut Create a shortcut to `\emacs\x86_64\bin\runemacs.exe` Edit the shortcut to execute in your home directory `C:\Users\` ## HOME Add the path to your home to the environment variables. New variable -> HOME -> `C:\Users\` ## doom-emacs Open git bash ```bash git clone --depth 1 https://github.com/hlissner/doom-emacs ~/.emacs.d ``` ```bash ~/.emacs.d/bin/doom install ``` Add `C:\Users\\.emacs.d\bin` to your PATH. *Currently doesn't show emotes* *Missing ripgrep and fd*