Created
November 22, 2017 18:44
-
-
Save hub23/dd633e0e1e12be90251119d1bd2fbdea to your computer and use it in GitHub Desktop.
Run Eclipse Oxygen in Dark Themes with correct Icons
This file contains hidden or 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 | |
export SWT_GTK3=0 \ | |
&& cd /foo/bar/eclipse/java-oxygen/eclipse/ \ | |
&& /foo/bar/eclipse/java-oxygen/eclipse/eclipse |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment