dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit ec85a124156c7ffc98eae2816bc3ea70be01258f
parent 9f04c276f2e52d971993f4052e71ec7e1c1605c2
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Fri, 13 May 2016 08:00:16 -0700

remove quote from signature, add c2048

Diffstat:
M.signature | 3---
Mosx-install.sh | 2++
2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/.signature b/.signature @@ -7,6 +7,3 @@ University of California, San Diego PGP public key: https://adamsgaard.dk/adc.gpg Fingerprint: 4B20 FFE8 CE37 0CB5 4E2C 3282 7601 823F AC65 17CA - -"I program my home computer / beam myself into the future." - - Hütter & Schult, Computer World (1981) diff --git a/osx-install.sh b/osx-install.sh @@ -9,6 +9,7 @@ brew tap railwaycat/emacsmacport # offlineimap`, etc. # If "Operation not permitted" errors are encountered, try outside tmux brew tap gapple/services +brew tap homebrew/games # from `brew list` brews=( \ @@ -18,6 +19,7 @@ brews=( \ "autoconf"\ "automake"\ "autossh"\ + "c2048"\ "caskroom/cask/brew-cask"\ "catimg"\ "cmake"\