-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
13 changed files
with
4 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,15 @@ | ||
#! /bin/zsh | ||
|
||
# rep, for running unit tests: https://github.com/eraserhd/rep | ||
print 'Installing rep for running fast clojure unit tests' | ||
cd src | ||
git clone https://github.com/eraserhd/rep | ||
cd rep | ||
cc -g -O2 -e rep rep.c | ||
cp rep ~/bin | ||
|
||
# gnu utils mac | ||
print 'Installing gnu utils for mac' | ||
brew install coreutils findutils gnu-tar gnu-sed gawk gnutls gnu-indent gnu-getopt grep | ||
|
||
# |