notepad-plus-plus/INSTALL.md

21 lines
883 B
Markdown
Raw Normal View History

2019-12-19 13:38:19 +00:00
### [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:
2023-04-26 19:00:45 +00:00
```bash
2023-08-30 13:43:53 +00:00
git clone https://github.com/dracula/notepad-plus-plus.git
2023-04-26 19:00:45 +00:00
```
2019-12-19 13:38:19 +00:00
#### Install manually
2023-04-26 19:00:45 +00:00
2023-08-30 13:43:53 +00:00
[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.
2019-12-19 13:38:19 +00:00
#### Activating theme
1. Go to `%AppData%\Notepad++\themes` (`%AppData%` is platform dependent environment variable. Open a Command Prompt and execute `echo %AppData%`);
2023-04-26 19:00:45 +00:00
2. Place [`Dracula.xml`](https://raw.githubusercontent.com/dracula/notepad-plus-plus/master/Dracula.xml) inside that folder;
3. Restart Notepad++;
2023-08-30 13:43:53 +00:00
4. Dracula will be available in `Settings > Style Configurator`. 💜