Skip to content

First part of a Common Lisp environment install for OSX showing how to install the basics via Homebrew.

Notifications You must be signed in to change notification settings

pkreyenhop/homebrew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

How to clone PK's Homebrew Setup for Common Lisp

This install contains all the software to get started with Common Lisp. The setup is based on SBCL and emacs. Part 2 will get emacs configured and part 3 will configure SBCL.

  1. install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  1. install git
brew install git
  1. clone this repo to new box
git clone https://github.com/pkreyenhop/homebrew.git
  1. install everything
cd homebrew
brew bundle

About

First part of a Common Lisp environment install for OSX showing how to install the basics via Homebrew.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages