Skip to content

Instantly share code, notes, and snippets.

@duckworthd
duckworthd / OSXScreen.md
Last active December 24, 2015 05:19 — forked from bigeasy/OSXScreen.md

Installing GNU Screen on OS X in Homebrew

Sadly, I found that the screen that comes with OS X does not support 256 colors. Starting with this article GNU/Screen with 256 colours in Mac OS X, I built GNU Screen as follows.

git clone git clone git://git.savannah.gnu.org/screen.git
cd screen/src
mkdir -p /opt/etc
mv etc/etcscreenrc /opt/etc/screenrc
./autogen.sh