Skip to content

Commit

Permalink
🔧 Move exes into bin dir
Browse files Browse the repository at this point in the history
Fixes: #4
  • Loading branch information
MicahElliott committed Oct 24, 2024
1 parent 43cf7bf commit afa831d
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 0 deletions.
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.
4 changes: 4 additions & 0 deletions install.zsh → install-deps.zsh
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

#

0 comments on commit afa831d

Please sign in to comment.