Tag: homebrew
clipboard history on OSX
CLIPY – simple, easy to copy multiple items, and past from the list. Make sure to assign a SHORTCUT KEY! 1brew cask install clipy MACCY – clipboard history with a … Read More
OSX XML editor – QxmlEdit
QxmlEdit – nice open source XML Editor. 1brew cask install qxmledit If you don’t have *brew cask*: docs & install instructions 1brew install cask If you don’t have *brew*: brew.sh … Read More
Homebrew OSX – reinstall all packages
After upgrading from 10.11 El Capitan to 10.13 High Sierro, I’ve encountered issues in some packages. To be safe and sure that everything is up to snuff with the tools … Read More
Ruby 2.6 on OSX 10.11+ via Homebrew
OLDER VERSION (e.g. 2.0 or less) has issues with expired certificates, and GEMS stop working. GEM INSTALL XXXXX cannot connect. Quick & Dirty solution – if you do not depend … Read More
Homebrew OSX & some basic packages
A simple homebrew setup for casual users: OPEN THE TERMINAL APPLICATION ( … /Applications/Utilities/Terminal.app ) $> nano brew_start.sh **** COPY the script below, and PASTE into the Terminal window running … Read More
homebrew: Error: Xcode alone is not sufficient on..
Error occurs while: > brew install XYZ 1<span class="typ">Error</span><span class="pun">:</span> <span class="typ">Xcode</span><span class="pln"> alone </span><span class="kwd">is</span> <span class="kwd">not</span><span class="pln"> sufficient on……</span> Force re-install CommandLineTools (deleting the previous version prior) 12sudo … Read More