Set up under Linux Mint 17 was pretty staight-forward (see
project page for specifics):
- install some prerequisites
- run a shell script / git clone
- edit one's environment appropriately
- logged out and back in for simplicity
Was looking for an up-to-date DB Browser for SQLite (the default repositories have a 2.x-based version AFAICT)...however, apparently one should first:
$ brew doctor
Then if everything is ok:
$ brew search sqlitebrowser
That gave a result, so next:
$ brew install sqlitebrowser
Now I'm waiting for downloads and likely compilation to finish...
Looks like that one will take a while...in the mean time, was able to install vim and tmux successfully.