- use this to build a new Icons set
iconutil -c icns icon.iconset
- add a config file ~/the-war-panel.config.json like
{
"buttons": [
{
"title": "Members",
"command": "webstorm /Users/myName/Development/engine/members"
},
{
"title": "Hydra",
"command": "idea /Users/myName/Development/engine/he-hydra"
},
{
"title": "LinuxSetup",
"command": "webstorm /Users/myName/Development/tools/linux-setup"
}
],
"path": [
"/usr/local/bin",
"/opt/homebrew/bin",
"~/Library/Application Support/JetBrains/Toolbox/scripts"
]
}