Skip to content

mar0ls/wine-notepad-_in_Mac_M1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

HOW INSTALL NOTEPAD++ IN MAC M1.

1. Install homebrew:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

2. Execute command in the terminal to install Wine:

brew install –no-quarantine gcenx/wine/wine-crossover
wine

3. [OPTIONAL] execute the command in the terminal and you can check the version of the program or change the default operating system version.

wine winecfg

5. Download Notepad++

Link to notepad 8.5.6

6. Double-click the setup file and then allow Wine to access the folder.

npp

8. That's all. If you want to run the Windows program again on your PC later, open the terminal and execute the command.

wine start notepad++.exe or wine64 notepad++.exe

Releases

No releases published

Packages

No packages published