dotfiles

Author: Kyle Fuller <kyle@fuller.li> 2016-09-24 22:52:33 +0100 +0100
Committer: Kyle Fuller <kyle@fuller.li> 2016-09-24 22:52:33 +0100 +0100
Commit: 2e832376bee22be851aa566712cc7e7ba4860f36
Parent: bb4d41b526834b6dd31e144885ca1d64dcd1644b


[fish] Use fin plugin manager with fzf plugin
diff --git a/.config/fish/fishfile b/.config/fish/fishfile
new file mode 100644
index 0000000000000000000000000000000000000000..84c302ee3e3e91d41808391582d92452740c9439
--- /dev/null
+++ b/.config/fish/fishfile
@@ -0,0 +1 @@
+fisherman/fzf
diff --git a/Makefile b/Makefile
index b63cd28c666cab89fc141afb686da89541b79088..9280594b54983d28a8fb3fd7c439d3b69575afb9 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,9 @@ PIP=PIP_REQUIRE_VIRTUALENV=false pip
 
 BREW=/usr/local/bin/brew
 BREW_BUNDLE=/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle
+FIN=.config/fish/functions/fin.fish
 
-all: .swiftenv
+all: .swiftenv $(FIN)
 osx: homebrew-packages python-packages all
 
 $(BREW):
@@ -31,3 +32,6 @@ 	git clone https://github.com/kylef/swiftenv .swiftenv
 
 fish:
 	@chsh -s $(shell which fish)
+
+$(FIN):
+	curl -Lo ~/.config/fish/functions/fin.fish --create-dirs git.io/fin