Install
Homebrew
Section titled “Homebrew”brew install sahil87/tap/ideaThat’s the whole install. No shell-init step, no daemon, no config file.
As part of shll
Section titled “As part of shll”If you’ve already run shll install, idea is already installed.
shll doctor # verifies idea is wired correctlyidea --versionFirst use
Section titled “First use”idea operates on fab/backlog.md relative to the current repo. If the file doesn’t exist, the first idea add will create it.
cd ~/code/your-projectidea "first backlog item"cat fab/backlog.md # the file is now createdNo further setup needed.
Update
Section titled “Update”brew upgrade sahil87/tap/idea# or, via the toolkitshll update