mirror of
https://github.com/altercation/solarized
synced 2025-02-16 12:28:24 +00:00
11 lines
No EOL
235 B
Bash
Executable file
11 lines
No EOL
235 B
Bash
Executable file
#!/bin/sh
|
|
|
|
mkdir colors
|
|
cp Solarized\ Light.xml colors
|
|
cp Solarized\ Dark.xml colors
|
|
touch IntelliJ\ IDEA\ Global\ Settings
|
|
|
|
jar cfM settings.jar IntelliJ\ IDEA\ Global\ Settings colors
|
|
|
|
rm -r colors
|
|
rm IntelliJ\ IDEA\ Global\ Settings |