Created
January 28, 2018 21:33
-
-
Save whisk/6da7a215b55f23059ebcb46a7c97d5b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
brew install wine winetricks | |
WINEARCH=win32 WINEPREFIX=~/.wine winecfg | |
mkdir ~/.cache/winetricks/ | |
winetricks settings fontsmooth=rgb | |
winetricks -q dotnet45 corefonts tahoma |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment