dotfiles

Author: Kyle Fuller <kyle@fuller.li> 2015-12-18 02:27:06 +0000 +0000
Committer: Kyle Fuller <kyle@fuller.li> 2015-12-18 02:27:06 +0000 +0000
Commit: 2d8d09f52bd83613fa2a255f795540638fd973f0
Parent: 5563e08146ae904a9d7cde936f79268d7838accc


[Makefile] Split OS X
diff --git a/Makefile b/Makefile
index 3538207c825f76fb693f64feb26e633e1f966e8d..e00487d7d7ba70c6390999833d075b09bf7404fd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 PIP=PIP_REQUIRE_VIRTUALENV=false pip
 
-all: osx python-packages
-osx: homebrew-packages
+all: .swiftenv
+osx: homebrew-packages python-packages all
 
 /usr/local/bin/brew:
 	@echo Installing Homebrew
@@ -23,3 +23,8 @@
 /usr/local/bin/rfc:
 	$(PIP) install rfc
 
+.swiftenv:
+	git clone https://github.com/kylef/swiftenv .swiftenv
+
+fish:
+	@chsh -s $(shell which fish)