notepad-plus-plus/INSTALL.md
Adithya S Sekhar 090e42bf08
%AppData% already expands to AppData\Roaming
%AppData%\Roaming will expand to AppData\Roaming\Roaming
2023-11-02 19:18:06 +05:30

21 lines
883 B
Markdown

### [Notepad++](https://notepad-plus-plus.org/)
#### Install using Git
If you are a git user, you can install the theme and keep up to date by cloning the repo:
```bash
git clone https://github.com/dracula/notepad-plus-plus.git
```
#### Install manually
[Use this link](https://raw.githubusercontent.com/dracula/notepad-plus-plus/master/Dracula.xml) or download using the [GitHub `.zip` download](https://github.com/dracula/notepad-plus-plus/archive/master.zip) option and unzip them.
#### Activating theme
1. Go to `%AppData%\Notepad++\themes` (`%AppData%` is platform dependent environment variable. Open a Command Prompt and execute `echo %AppData%`);
2. Place [`Dracula.xml`](https://raw.githubusercontent.com/dracula/notepad-plus-plus/master/Dracula.xml) inside that folder;
3. Restart Notepad++;
4. Dracula will be available in `Settings > Style Configurator`. 💜